mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(archival): ♻ don't start archiving on every DEBUG run
This commit is contained in:
parent
0f3491192f
commit
43d2cdefe0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public async Task<Unit> Handle(Command request, CancellationToken cancellationTo
|
|||
int archiveCount;
|
||||
TimeSpan spacing;
|
||||
#if DEBUG
|
||||
archiveCount = 25;
|
||||
archiveCount = 0;
|
||||
spacing = TimeSpan.FromSeconds(5);
|
||||
#else
|
||||
archiveCount = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue