Bump the timeout interval for all requests to 60s

This commit is contained in:
Jed Fox 2022-11-18 10:55:25 -05:00
parent 8335d5a6c6
commit f0bf9c6937
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import enum NIOHTTP1.HTTPResponseStatus
extension Mastodon.API {
static let timeoutInterval: TimeInterval = 10
static let timeoutInterval: TimeInterval = 60
static let httpHeaderDateFormatter: ISO8601DateFormatter = {
var formatter = ISO8601DateFormatter()