Skip to content

Commit 9a12a77

Browse files
committed
fix: added TornadoSandboxStore piece
1 parent 0aa36a0 commit 9a12a77

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/DIRAC/WorkloadManagementSystem/ConfigTemplate.cfg

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,28 @@ Services
149149
}
150150
}
151151
##END
152+
##BEGIN TornadoSandboxStore
153+
TornadoSandboxStore
154+
{
155+
Port = 9196
156+
LocalSE = ProductionSandboxSE
157+
MaxThreads = 200
158+
toClientMaxThreads = 100
159+
Backend = local
160+
MaxSandboxSizeMiB = 10
161+
SandboxPrefix = Sandbox
162+
BasePath = /opt/dirac/storage/sandboxes
163+
DelayedExternalDeletion = True
164+
Authorization
165+
{
166+
Default = authenticated
167+
FileTransfer
168+
{
169+
Default = authenticated
170+
}
171+
}
172+
}
173+
##END
152174
OptimizationMind
153175
{
154176
Port = 9175

0 commit comments

Comments
 (0)