Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Nov 28, 2024
1 parent ec86991 commit e8d4572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MaliciousSiteProtection/API/APIClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public extension APIClient {
defaultHeaders
}

public func timeout(for request: APIClient.Request) -> URL {
public func timeout(for request: APIClient.Request) -> TimeInterval {
switch request {
case .hashPrefixSet, .filterSet: 60
// This could block navigation so we should favour navigation loading if the backend is degraded.
Expand Down

0 comments on commit e8d4572

Please sign in to comment.