mirror of
https://github.com/lxsang/ant-http
synced 2025-07-25 10:09:46 +02:00
use heavy task by default
This commit is contained in:
@ -224,7 +224,7 @@ 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; //LIGHT;
|
||||
task->type = LIGHT;
|
||||
return task;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user