Skip to content

Commit

Permalink
no point in this setting to be a let instead of var #11
Browse files Browse the repository at this point in the history
  • Loading branch information
sobri909 committed May 16, 2018
1 parent 5e1db3c commit 01d9db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocoKit/LocalStore/PersistentTimelineStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import LocoKitCore
open class PersistentTimelineStore: TimelineStore {

open var saveBatchSize = 50
open let keepDeletedItemsFor: TimeInterval = 60 * 60
open var keepDeletedItemsFor: TimeInterval = 60 * 60
public var sqlDebugLogging = false

public var itemsToSave: Set<TimelineItem> = []
Expand Down

0 comments on commit 01d9db2

Please sign in to comment.