diff options
| author | Simon Rettberg | 2015-01-27 19:39:04 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2015-01-27 19:39:04 +0100 |
| commit | 2b722b756864b14b6299a8b24067a37e12aabfc4 (patch) | |
| tree | c73c47c7f4a8a9a24f218ca865176c3b237687a4 /src/config.h | |
| parent | [SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare... (diff) | |
| download | dnbd3-2b722b756864b14b6299a8b24067a37e12aabfc4.tar.gz dnbd3-2b722b756864b14b6299a8b24067a37e12aabfc4.tar.xz dnbd3-2b722b756864b14b6299a8b24067a37e12aabfc4.zip | |
[SERVER] Fix automatic proxying to use supplied connection; fix race condition in uplink_init
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 6f8c33e..271e4bc 100644 --- a/src/config.h +++ b/src/config.h @@ -41,7 +41,7 @@ #define SERVER_RTT_DELAY_MAX 45 #define SERVER_RTT_DELAY_FAILED 180 -#define SERVER_REMOTE_IMAGE_CHECK_CACHETIME 600 // 10 minutes +#define SERVER_REMOTE_IMAGE_CHECK_CACHETIME 120 // 2 minutes #define SERVER_MAX_PROXY_IMAGE_SIZE 100000000000LL // 100GB // +++++ Network +++++ // Default port |
