summaryrefslogtreecommitdiff
path: root/src/process_url.h
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2023-08-06 19:04:18 +0800
committerMole Shang <[email protected]>2023-08-06 19:04:18 +0800
commit99eded34e119d5b88d5210a617ecc35ba7347306 (patch)
tree6b532b4ad675f5bbaad818be49ebd299891a85e7 /src/process_url.h
parentbde03538d66c37d5690ab321173eb83ecfcaf2ff (diff)
downloadhinata-99eded34e119d5b88d5210a617ecc35ba7347306.tar.gz
hinata-99eded34e119d5b88d5210a617ecc35ba7347306.tar.bz2
hinata-99eded34e119d5b88d5210a617ecc35ba7347306.zip
process_url: move constant macros to constants.h
Diffstat (limited to 'src/process_url.h')
-rw-r--r--src/process_url.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/process_url.h b/src/process_url.h
index 03023b5..704fc42 100644
--- a/src/process_url.h
+++ b/src/process_url.h
@@ -6,9 +6,7 @@
#include <stdbool.h>
#include "utils.h"
-
-#define MAX_THREAD 6
-#define MAX_THREAD_SIZE 10485760
+#include "constants.h"
#define ERRTOSTRING(err) curl_easy_strerror(err)
#define logerr(X) \