mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 20:09:39 -08:00
parent
32f1977bdc
commit
bdf447cc21
|
@ -51,13 +51,13 @@
|
|||
"http_timeout": {
|
||||
"type": "integer",
|
||||
"title": "Http request timeout",
|
||||
"description": "Timeout value to use for http request",
|
||||
"description": "Milliseconds to use for http request timeouts",
|
||||
"default": 20
|
||||
},
|
||||
"cache_timeout": {
|
||||
"type": "integer",
|
||||
"title": "cache timeout",
|
||||
"description": "The number of minutes the response is cached. A value of 0 disables the cache.",
|
||||
"description": "Minutes the response is cached. A value of 0 disables the cache.",
|
||||
"default": 10
|
||||
},
|
||||
"expires_in": {
|
||||
|
|
Loading…
Reference in a new issue