1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2010-08-09 09:38:55 +00:00
parent f23dfb66b9
commit 92563ae701
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2010-08-09 P. A. Bagyenda <bagyenda@dsmagic.com>
* mmsbox-mm1 change: sleep after each run, so that under high load, we are not
hanging up too soon on modem
2010-08-04 P. A. Bagyenda <bagyenda@dsmagic.com>
* Fixed mmsbox-mm1 hangs under load, thanks to Piotr Isajew <pki at ex.com.pl>
2010-07-02 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -520,6 +520,7 @@ static void handle_mm1(MM1Settings *mm1)
mms_info(0, "mmsbox-mm1", NULL, "GPRS pid (%d) appears to be dead - quitting loop", pid);
goto after_gprs_dead;
}
gwthread_sleep(2); /* according to Piotr Isajew, this makes life better */
} while (gwlist_len(mm1->requests) > 0 &&
(r = gwlist_consume(mm1->requests)) != NULL);