I have a folder with about 400,000 files in it. I need to sync with another server. Initially the files in the local and remote are the same.
When files change on local I sync with the remote. For folders with small amounts of files there are no problems. However, when the I attempt to sync the folder with 400,000 files in it (of which only a couple hundred have changed) the process never completes. I do not get an error, but the files are not synced and my app just hangs.
Is there something special I should do for syncing large number of files? I've already messed with KeepAlive but no change.
Thanks.