🔧 移除 CPU 核数设置
This commit is contained in:
parent
ffd99ff8bd
commit
b1194b4763
|
@ -63,7 +63,6 @@ type conf struct {
|
||||||
RuntimeMode string // runtime mode (dev/prod)
|
RuntimeMode string // runtime mode (dev/prod)
|
||||||
HTTPSessionMaxAge int // HTTP session max age (in seciond)
|
HTTPSessionMaxAge int // HTTP session max age (in seciond)
|
||||||
StaticResourceVersion string // version of static resources
|
StaticResourceVersion string // version of static resources
|
||||||
MaxProcs int // Go max procs
|
|
||||||
Locale string // default locale
|
Locale string // default locale
|
||||||
Autocomplete bool // default autocomplete
|
Autocomplete bool // default autocomplete
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
"RuntimeMode": "dev",
|
"RuntimeMode": "dev",
|
||||||
"HTTPSessionMaxAge": 86400,
|
"HTTPSessionMaxAge": 86400,
|
||||||
"StaticResourceVersion": "${time}",
|
"StaticResourceVersion": "${time}",
|
||||||
"MaxProcs": 4,
|
|
||||||
"Locale": "zh_CN",
|
"Locale": "zh_CN",
|
||||||
"Autocomplete": true
|
"Autocomplete": true
|
||||||
}
|
}
|
Loading…
Reference in New Issue