mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
#138 bump http_timeout to 2 seconds
we run into the timeout quite frequently, even on a fast network. 2s should be long enough for mojang to reply
This commit is contained in:
parent
6a630f23b9
commit
8ddc300a11
@ -27,7 +27,7 @@ var config = {
|
|||||||
browser: 3600 // seconds until browser will request image again
|
browser: 3600 // seconds until browser will request image again
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
http_timeout: 1000, // ms until connection to Mojang is dropped
|
http_timeout: 2000, // ms until connection to Mojang is dropped
|
||||||
debug_enabled: false, // enables logging.debug
|
debug_enabled: false, // enables logging.debug
|
||||||
log_time: true // set to false if you use an external logger that provides timestamps
|
log_time: true // set to false if you use an external logger that provides timestamps
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user