'sync_historical_orders.php', DAEMON_SYNC_INCREMENT_ORDERS => 'sync_increment_orders.php', DAEMON_SYNC_ORDERS_STATUS => 'sync_orders_status.php', ); $GLOBALS['DAEMON_NUMLIMIT'] = array( DAEMON_SYNC_HISTORICAL_ORDERS => 10, DAEMON_SYNC_INCREMENT_ORDERS => 2, DAEMON_SYNC_ORDERS_STATUS => 1, );