|
@@ -1742,7 +1742,7 @@ int main(void)
|
|
|
// Check System Value, process offline Transaction
|
|
|
CheckSystemValue();
|
|
|
lws_service(context, 10000);//timeout_ms
|
|
|
- usleep(1000);
|
|
|
+ usleep(5000);
|
|
|
}
|
|
|
|
|
|
if(( (BootNotificationInterval != 0 && ((time((time_t*)NULL)-startTime.bootNotification)>=BootNotificationInterval) ) || ((time((time_t*)NULL)-startTime.bootNotification)>=defaultWaitingTime) ) && ((server_sign == FALSE)/*|| (server_pending == TRUE)*/))
|