summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 4b9aef3..bee020a 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9732,7 +9732,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
- (void) _sendMemoryWarningNotifications {
while (true) {
[self performSelectorOnMainThread:@selector(_sendMemoryWarningNotification) withObject:nil waitUntilDone:NO];
- usleep(250000);
+ sleep(2);
+ //usleep(2000000);
}
}