Skip to content

Commit

Permalink
Changed idle timer setting to 5 minutes (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka authored Jan 31, 2025
1 parent 25f5f24 commit 4c408a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zotero/Controllers/IdleTimerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CocoaLumberjackSwift
import RxSwift

final class IdleTimerController {
private static let customIdleTimerTimeout: DispatchTimeInterval = .seconds(1200)
private static let customIdleTimerTimeout: DispatchTimeInterval = .seconds(300)
private let disposeBag: DisposeBag
/// Processes which require idle timer disabled
private var activeProcesses: Int = 0
Expand Down

0 comments on commit 4c408a3

Please sign in to comment.