zotero/chrome
Dan Stillman bd7e1b222d Wait for any DB transactions to finish before starting sync
purgeDataObjects(), which runs at the beginning of the sync process,
uses transactions, and those can fail after the default wait timeout if
there's another active transaction. Instead, check explicitly for
another transaction and, if there is one, display a nice message and
wait for it to finish. This isn't foolproof, but it should reduce the
frequency of "operation timed out" sync errors. (Avoiding all long
transactions would be a better solution.)
2018-02-08 03:06:06 -05:00
..
content Wait for any DB transactions to finish before starting sync 2018-02-08 03:06:06 -05:00
locale Wait for any DB transactions to finish before starting sync 2018-02-08 03:06:06 -05:00
skin/default/zotero Reduce minimum width of Zotero pane to 670px 2018-01-30 19:12:05 -05:00