Skip to content

Commit ea9ae61

Browse files
authored
Update the default timeout to match the SDK as the value kills download tasks 🤦‍♂️ (#3205)
This new value isn't great either but there's a balance to be made.
1 parent 6bd9d25 commit ea9ae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElementX/Sources/Other/Extensions/ClientBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension ClientBuilder {
2929
.slidingSyncProxy(slidingSyncProxy: slidingSyncProxy?.absoluteString)
3030
.enableCrossProcessRefreshLock(processId: InfoPlistReader.main.bundleIdentifier, sessionDelegate: sessionDelegate)
3131
.userAgent(userAgent: UserAgentBuilder.makeASCIIUserAgent())
32-
.requestConfig(config: .init(retryLimit: 0, timeout: 15000, maxConcurrentRequests: nil, retryTimeout: nil))
32+
.requestConfig(config: .init(retryLimit: 0, timeout: 30000, maxConcurrentRequests: nil, retryTimeout: nil))
3333

3434
builder = switch slidingSync {
3535
case .restored: builder

0 commit comments

Comments
 (0)