Skip to content

Commit 4079a0f

Browse files
committed
Update filespace expire duration
1 parent 6a5fe79 commit 4079a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/Workspace/Filespace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public final class Filespace {
9595
// MARK: Life Cycle
9696

9797
public var isExpired: Bool {
98-
Environment.now().timeIntervalSince(lastUpdateTime) > 60 * 3
98+
Environment.now().timeIntervalSince(lastUpdateTime) > 60 * 60
9999
}
100100

101101
public internal(set) var lastUpdateTime: Date = Environment.now()

0 commit comments

Comments
 (0)