Task #7381 (closed)
Opened 8 years ago
Closed 7 years ago
Update DropBox documentation
| Reported by: | cblackburn | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | Documentation | Version: | n.a. |
| Keywords: | n.a. | Cc: | jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-02-28 (9) |
Description (last modified by cblackburn)
Change History (12)
comment:1 Changed 8 years ago by cblackburn
- Description modified (diff)
comment:2 Changed 8 years ago by cblackburn
- Status changed from new to accepted
comment:3 Changed 8 years ago by cblackburn
- Remaining Time changed from 0.25 to 0.1
comment:4 Changed 8 years ago by jburel
- Sprint changed from 2011-12-13 (4) to 2011-12-27 (5)
Moved from sprint 2011-12-13 (4)
comment:5 Changed 8 years ago by cblackburn
- Owner cblackburn deleted
- Status changed from accepted to new
comment:6 Changed 8 years ago by cblackburn
- Owner set to cblackburn
comment:7 Changed 8 years ago by jburel
- Sprint changed from 2012-01-03 (5) to 2012-01-17 (6)
Moved from sprint 2012-01-03 (5)
comment:8 Changed 8 years ago by jburel
- Sprint changed from 2012-01-17 (6) to 2012-01-31 (7)
comment:9 Changed 8 years ago by jmoore
- Sprint changed from 2012-01-31 (7) to 2012-02-14 (8)
Moved from sprint 2012-01-31 (7)
comment:10 Changed 7 years ago by jburel
- Sprint changed from 2012-02-14 (8) to 2012-02-28 (9)
Moved from sprint 2012-02-14 (8)
comment:11 Changed 7 years ago by cblackburn
- Description modified (diff)
comment:12 Changed 7 years ago by cblackburn
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from new to closed
Delayed change made on the back of the 4.3.4 release.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Proposed documentation additions to,
https://www.openmicroscopy.org/site/support/omero4/server/fs#section-5
are below. These can be updated when necessary.
Under some circumstances duplicate imports can occur. These are either where there is a delay between the file and any companion files being copied or where there are a large number of files making up a single acquisition. The likelihood of a duplicate import can be reduced in each case by adjusting the two configuration variables below. In the former case increasing the fileWait time to beyond the delay between copied files. In the latter case increasing the fileBatch size to be greater than the number of acquired files. The time in seconds that DropBox should wait after being notified of a file before processing a file. This allows for copying delays between companion files. The default is 60 seconds. <property name="omero.fs.fileWait" value="60"/> ---- The number of files in an acquisition that should trigger an import. This parameter is designed to avoid indefinite waits. It should be increased if the usual workflow is to copy in file sets comprising a larg number of files. The default is 10. <property name="omero.fs.fileBatch" value="10"/> ---- ... <property name="omero.fs.fileWait" value="60;60"/> <property name="omero.fs.fileBatch" value="10;10"/> ...