Set minutes to 1 for testing.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace LightlessSyncServer.Worker
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Run task each hour to check for pruning
|
//Run task each hour to check for pruning
|
||||||
await Task.Delay(TimeSpan.FromHours(1), stoppingToken).ConfigureAwait(false);
|
await Task.Delay(TimeSpan.FromMinutes(1), stoppingToken).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user