mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
timeout to 48 hours to support huge lists
This commit is contained in:
parent
e325fb77ca
commit
27ca5e441b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ public static class Program
|
|||
private static ServiceProvider serviceProvider;
|
||||
private static SnapshotService snapshotService;
|
||||
private static Logger logger;
|
||||
private static readonly TimeSpan Timeout = TimeSpan.FromHours(12);
|
||||
private static readonly TimeSpan Timeout = TimeSpan.FromHours(48);
|
||||
|
||||
public static async Task Main()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue