Skip to content

Commit

Permalink
Reduce token requests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Mar 18, 2016
1 parent 893b082 commit 11757a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatSecure/Classes/Controllers/PushStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PushStorage: NSObject, PushStorageProtocol {

let databaseConnection: YapDatabaseConnection

static let unusedTokenStoreSize:UInt = 50
static let unusedTokenStoreSize:UInt = 5

enum PushYapKeys: String {
case thisDeviceKey = "kYapThisDeviceKey"
Expand Down

0 comments on commit 11757a0

Please sign in to comment.