We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5fe79 commit 4079a0fCopy full SHA for 4079a0f
1 file changed
Tool/Sources/Workspace/Filespace.swift
@@ -95,7 +95,7 @@ public final class Filespace {
95
// MARK: Life Cycle
96
97
public var isExpired: Bool {
98
- Environment.now().timeIntervalSince(lastUpdateTime) > 60 * 3
+ Environment.now().timeIntervalSince(lastUpdateTime) > 60 * 60
99
}
100
101
public internal(set) var lastUpdateTime: Date = Environment.now()
0 commit comments