7478: Fixes GCE driver's arvados_node_size tag handling.
[arvados.git] / services / keepstore / config.go
index 17d6acdb68cca7463b9a7e9e49b9e1d9f3510229..c9c9ae1158ec323f572524adb3e7586590d8f788 100644 (file)
@@ -40,6 +40,11 @@ type Config struct {
        EnableDelete        bool
        TrashLifetime       arvados.Duration
        TrashCheckInterval  arvados.Duration
+       PullWorkers         int
+       TrashWorkers        int
+       EmptyTrashWorkers   int
+       TLSCertificateFile  string
+       TLSKeyFile          string
 
        Volumes VolumeList