Skip to content

Commit

Permalink
feat: changed the number of API requests stored inside the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusolino committed Sep 7, 2020
1 parent a6e18a3 commit a217d6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions WormholyDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
Wormholy.limit = 5

// Limit the number of API requests stored
Wormholy.limit = 10

return true
}

Expand Down

0 comments on commit a217d6a

Please sign in to comment.