repo: when adding files during a sync, don't trigger a new sync but wait when idle

This commit is contained in:
Hylke Bons 2012-10-25 16:23:59 +01:00
parent 62f38a7101
commit 53a42fa3cf

View file

@ -216,7 +216,7 @@ namespace SparkleLib {
public void OnFileActivity (FileSystemEventArgs args)
{
if (IsBuffering)
if (IsBuffering || this.is_syncing)
return;
if (args != null) {