From: Jay Freeman (saurik) Date: Mon, 21 Mar 2011 08:12:02 +0000 (-0700) Subject: Increase memory warning between time to 2 seconds. X-Git-Tag: v1.1.0%rc1~61 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/740f9f75d3e5828dfd087799b9369eee006e36a7?ds=inline Increase memory warning between time to 2 seconds. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 4b9aef3a..bee020a2 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); } }