mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
set MaxResponseContentBufferSize to 5 MB (#1702)
This commit is contained in:
parent
2f0638ce8c
commit
f26a235964
@ -53,6 +53,7 @@ namespace Bit.Icons.Services
|
|||||||
AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate,
|
AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate,
|
||||||
});
|
});
|
||||||
_httpClient.Timeout = TimeSpan.FromSeconds(20);
|
_httpClient.Timeout = TimeSpan.FromSeconds(20);
|
||||||
|
_httpClient.MaxResponseContentBufferSize = 5000000; // 5 MB
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<IconResult> GetIconAsync(string domain)
|
public async Task<IconResult> GetIconAsync(string domain)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user