]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - libcurl.c
Add missing DP_QC_FINDCHAIN_TOFIELD declarations to CSQC defs
[xonotic/darkplaces.git] / libcurl.c
index 1b2e5696e08a224015ab128ce499b4df0c39d304..31e331a1170e1faadf75f915a4e3d1c3f084ce77 100644 (file)
--- a/libcurl.c
+++ b/libcurl.c
@@ -8,8 +8,8 @@
 #include "image_png.h"
 
 static cvar_t curl_enabled = {CF_SHARED | CF_ARCHIVE, "curl_enabled","1", "whether libcurl may be used to GET files or POST data"};
-static cvar_t curl_maxdownloads = {CF_SHARED | CF_ARCHIVE, "curl_maxdownloads","1", "maximum number of concurrent HTTP/FTP downloads"};
-static cvar_t curl_maxspeed = {CF_SHARED | CF_ARCHIVE, "curl_maxspeed","300", "maximum download speed (KiB/s)"};
+static cvar_t curl_maxdownloads = {CF_SHARED | CF_ARCHIVE, "curl_maxdownloads","3", "maximum number of concurrent HTTP/FTP downloads"};
+static cvar_t curl_maxspeed = {CF_SHARED | CF_ARCHIVE, "curl_maxspeed","0", "maximum download speed (KiB/s)"};
 static cvar_t curl_useragent = {CF_SHARED, "curl_useragent","1", "send the User-Agent string (note: turning this off may break stuff)"};
 static cvar_t curl_useragent_append = {CF_SHARED, "curl_useragent_append","", "a string to append to the User-Agent string (useful for name and version number of your mod)"};