mirror of
https://github.com/lxsang/ant-http
synced 2025-07-13 13:04:23 +02:00
scheduler timeout should be configurable
This commit is contained in:
@ -86,6 +86,7 @@ typedef struct
|
||||
int maxcon;
|
||||
int connection;
|
||||
int n_workers;
|
||||
int scheduler_timeout;
|
||||
int max_upload_size;
|
||||
// ssl
|
||||
int enable_ssl;
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "utils.h"
|
||||
#include "bst.h"
|
||||
|
||||
#define MAX_VALIDITY_INTERVAL 30 // s
|
||||
#define MAX_VALIDITY_INTERVAL 30
|
||||
#define MAX_FIFO_NAME_SZ 255
|
||||
|
||||
// callback definition
|
||||
|
Reference in New Issue
Block a user