mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-06 21:08:26 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
279bd6d82d |
@@ -62,7 +62,7 @@ public static class MainDI
|
||||
services
|
||||
.AddHttpClient(nameof(DelugeService), x =>
|
||||
{
|
||||
x.Timeout = TimeSpan.FromSeconds(5);
|
||||
x.Timeout = TimeSpan.FromSeconds(config.Timeout);
|
||||
})
|
||||
.ConfigurePrimaryHttpMessageHandler(_ =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user