We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b9cd2 commit 71ce6d5Copy full SHA for 71ce6d5
Core/Sources/Service/RealtimeSuggestionController.swift
@@ -145,7 +145,7 @@ public actor RealtimeSuggestionController {
145
func triggerPrefetchDebounced(force: Bool = false) {
146
inflightPrefetchTask = Task(priority: .utility) { @WorkspaceActor in
147
try? await Task.sleep(nanoseconds: UInt64(
148
- max(UserDefaults.shared.value(for: \.realtimeSuggestionDebounce), 0.25)
+ max(UserDefaults.shared.value(for: \.realtimeSuggestionDebounce), 0.15)
149
* 1_000_000_000
150
))
151
0 commit comments