mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Only check for bundle updates every 4th hour
This should decrease my AWS bill with $4-5/month :)
This commit is contained in:
@@ -136,7 +136,7 @@ static BundlesManager* SharedInstance;
|
||||
bundlesIndex = bundles_db::index(kInstallDirectory);
|
||||
|
||||
[self updateSources:nil];
|
||||
[NSTimer scheduledTimerWithTimeInterval:60*60 target:self selector:@selector(updateSources:) userInfo:nil repeats:YES];
|
||||
[NSTimer scheduledTimerWithTimeInterval:4*60*60 target:self selector:@selector(updateSources:) userInfo:nil repeats:YES];
|
||||
}
|
||||
return SharedInstance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user