mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(archival): 🐛 in DEBUG, give more spacing to avoid git corruptions
This commit is contained in:
parent
7eb8cf8388
commit
9e41fa012b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public async Task<Unit> Handle(Command request, CancellationToken cancellationTo
|
|||
TimeSpan spacing;
|
||||
#if DEBUG
|
||||
archiveCount = 25;
|
||||
spacing = TimeSpan.FromSeconds(3);
|
||||
spacing = TimeSpan.FromSeconds(5);
|
||||
#else
|
||||
archiveCount = lists.Count;
|
||||
spacing = TimeSpan.FromSeconds((double)86400 / lists.Count);
|
||||
|
|
|
|||
Loading…
Reference in a new issue