Indexing is done, but now my logs show stuff like this for the past 2 or 3 days
----------
2009-12-15 22:59:36.2284 3 Info SyncManager (Timed) Downloading items.
2009-12-15 22:59:36.4908 3 Info SyncManager (262ms) Downloading items.
2009-12-15 23:04:36.5885 3 Info SyncManager (Timed) Downloading items.
2009-12-15 23:04:37.0922 3 Info SyncManager (503ms) Downloading items.
2009-12-15 23:09:37.1504 3 Info SyncManager (Timed) Downloading items.
2009-12-15 23:09:37.4981 3 Info SyncManager (347ms) Downloading items.
2009-12-15 23:14:37.5314 3 Info SyncManager (Timed) Downloading items.
2009-12-15 23:14:37.8986 3 Info SyncManager (366ms) Downloading items.
-----------
1. How long does this take?
2. While this process is working, are there any limits on what L4 can do?
Joe Miller: 1. How long does this take?
Well, it'll keep attempting to sync periodically (looks like every 5 minutes) as long as the app is open. According to this log snippet, each sync attempt is taking .25-.5 seconds (1000ms = 1 second).
Joe Miller: 2. While this process is working, are there any limits on what L4 can do?
Nope.
Director of Engineering for Enterprise and Operations
Ah, okay I thought this was something more than just the sync function. It makes total sense now. Thanks for letting me know :-)