Re: Sqlbox performance patch
Rinor Hoxha <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Call sql_single also when limit_per_cycle == 1 (mysql - for those that
want to keep old behavior - would save some resources )
+ if (gw_sql_fetch_msg_list == NULL || gw_sql_save_list == NULL ||
limit_per_cycle == 1) {
+ sql_single(boxc);
+ }
Br, Rinor