mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
32f1977bdc
commit
bdf447cc21
|
@ -51,13 +51,13 @@
|
||||||
"http_timeout": {
|
"http_timeout": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "Http request timeout",
|
"title": "Http request timeout",
|
||||||
"description": "Timeout value to use for http request",
|
"description": "Milliseconds to use for http request timeouts",
|
||||||
"default": 20
|
"default": 20
|
||||||
},
|
},
|
||||||
"cache_timeout": {
|
"cache_timeout": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "cache timeout",
|
"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
|
"default": 10
|
||||||
},
|
},
|
||||||
"expires_in": {
|
"expires_in": {
|
||||||
|
|
Loading…
Reference in a new issue