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