summaryrefslogtreecommitdiff
path: root/src/hub/src/spreadspace.org/sfive/s5srvConf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/src/spreadspace.org/sfive/s5srvConf.go')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvConf.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvConf.go b/src/hub/src/spreadspace.org/sfive/s5srvConf.go
index c4a6158..5718cec 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvConf.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvConf.go
@@ -93,6 +93,7 @@ type ForwardsConfig struct {
type SrvConfig struct {
Interfaces InterfacesConfig `json:"interfaces" yaml:"interfaces" toml:"interfaces"`
+ Workers int `json:"workers" yaml:"workers" toml:"workers"`
Transform TransformConfig `json:"transform" yaml:"transform" toml:"transform"`
Store StoreConfig `json:"store" yaml:"store" toml:"store"`
Forwards ForwardsConfig `json:"forwards" yaml:"forwards" toml:"forwards"`