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