Reverse thresholds to make more sense for single vs multi.

This commit is contained in:
Edward Lee 2010-01-26 12:08:41 -08:00
parent 7867da3476
commit df69726fcf

View File

@ -58,9 +58,9 @@ MULTI_MOBILE_SYNC: 5 * 60 * 1000, // 5 minutes
PARTIAL_DATA_SYNC: 60 * 1000, // 1 minute
// score thresholds for early syncs
SINGLE_USER_THRESHOLD: 100,
SINGLE_USER_THRESHOLD: 1000,
MULTI_DESKTOP_THRESHOLD: 500,
MULTI_MOBILE_THRESHOLD: 1000,
MULTI_MOBILE_THRESHOLD: 100,
// File IO Flags
MODE_RDONLY: 0x01,