Changeset 24422


Ignore:
Timestamp:
2011-08-18T15:53:05+12:00 (13 years ago)
Author:
mdewsnip
Message:

Fixed bug in sleep() function in sqlitedbclass.cpp where the sleep on Linux would only be 1/1000th of the requested time, since usleep() actually takes microseconds, not milliseconds. This would often cause writes to fail if another process was writing to the database, because it would only wait for 0.008 of a second before giving up.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.