|
@@ -34,7 +34,6 @@
|
|
|
#include "sqlite3.h"
|
|
|
|
|
|
|
|
|
-
|
|
|
#ifndef SPEC_LATEST_SUPPORTED
|
|
|
#define SPEC_LATEST_SUPPORTED 13
|
|
|
#endif
|
|
@@ -1764,7 +1763,7 @@ int main(void)
|
|
|
|
|
|
// Check System Value, process offline Transaction
|
|
|
CheckSystemValue();
|
|
|
- usleep(5000);
|
|
|
+ sleep(5);
|
|
|
lws_service(context, 10000);//timeout_ms
|
|
|
//lws_service(context, 100);//timeout_ms
|
|
|
|