summaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-19 17:59:00 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-19 17:59:00 (GMT)
commit6d3b447f8e32fdaccdb3727af4d72d341e191e94 (patch)
tree707dcea0977c413200d321a3e79cf02b4e69c1c4 /src/Config.h
parent44639a6423c03552a3c0faafab27ef8f395f73a6 (diff)
downloadpowder-6d3b447f8e32fdaccdb3727af4d72d341e191e94.zip
powder-6d3b447f8e32fdaccdb3727af4d72d341e191e94.tar.gz
Changes to thumbnail retreival
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h
index 4cb2da3..facb598 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -34,6 +34,7 @@
#define APPDATA_SUBDIR "\\HardWIRED"
+//Number of unique thumbnails to have in cache at one time
#define THUMB_CACHE_SIZE 256
#ifndef M_PI
@@ -43,8 +44,11 @@
#define M_GRAV 6.67300e-1
#endif
-#define IMGCONNS 3
+//Number of asynchronous connections used to retrieve thumnails
+#define IMGCONNS 5
+//Not sure
#define TIMEOUT 100
+//HTTP request timeout in seconds
#define HTTP_TIMEOUT 10
#ifdef RENDERER