mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-01 08:24:31 +02:00
change schedule time
This commit is contained in:
parent
ca27650b9b
commit
b4e233a025
BIN
dist/lua-0.5.2b.tar.gz
vendored
BIN
dist/lua-0.5.2b.tar.gz
vendored
Binary file not shown.
@ -102,7 +102,7 @@ void* handle(void* data)
|
|||||||
free(cnf);
|
free(cnf);
|
||||||
if(apis)
|
if(apis)
|
||||||
free(apis);
|
free(apis);
|
||||||
return antd_create_task(NULL, (void*)rq, NULL,time(NULL));
|
return antd_create_task(NULL, (void*)rq, NULL,rq->client->last_io);
|
||||||
//lua_close(L);
|
//lua_close(L);
|
||||||
}
|
}
|
||||||
void destroy()
|
void destroy()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user