1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00

change schedule time

This commit is contained in:
lxsang 2019-12-15 16:56:16 +01:00
parent ca27650b9b
commit b4e233a025
2 changed files with 1 additions and 1 deletions

BIN
dist/lua-0.5.2b.tar.gz vendored

Binary file not shown.

View File

@ -102,7 +102,7 @@ void* handle(void* data)
free(cnf);
if(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);
}
void destroy()