Skip to content

Commit

Permalink
Shorten Apptentive configuration update interval from 1 day to 3 hour…
Browse files Browse the repository at this point in the history
…s. Closes #779
  • Loading branch information
Dominic Tham committed Jan 4, 2013
1 parent 56c7a2f commit f5c39d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
#if APPTENTIVE_DEBUG
#define kATAppConfigurationUpdateInterval (60*60)
#else
#define kATAppConfigurationUpdateInterval (60*60*24)
#define kATAppConfigurationUpdateInterval (60*60*3)
#endif


Expand Down

0 comments on commit f5c39d8

Please sign in to comment.