mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(archival): 🐛🚧 temp disable archiving
This commit is contained in:
parent
2cb373cc17
commit
627368fc0d
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ public async Task<Unit> Handle(Command request, CancellationToken cancellationTo
|
|||
archiveCount = 25;
|
||||
spacing = TimeSpan.FromSeconds(5);
|
||||
#else
|
||||
archiveCount = lists.Count;
|
||||
archiveCount = 0;
|
||||
//archiveCount = lists.Count;
|
||||
spacing = TimeSpan.FromSeconds((double)86400 / lists.Count);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue