mirror of
https://github.com/lxsang/ant-http
synced 2025-07-18 22:59:45 +02:00
zzzz
This commit is contained in:
@ -226,8 +226,8 @@ antd_task_t* antd_create_task(void* (*handle)(void*), void *data, void* (*callba
|
||||
task->handle = handle;
|
||||
task->callback = callback_of(callback);
|
||||
task->priority = NORMAL_PRIORITY;
|
||||
task->type = HEAVY;
|
||||
//task->type = LIGHT;
|
||||
//task->type = HEAVY;
|
||||
task->type = LIGHT;
|
||||
task->access_time = atime;
|
||||
return task;
|
||||
}
|
||||
|
Reference in New Issue
Block a user