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 d7a3e76482
commit 164c420989

View file

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