We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa36a0 commit 9a12a77Copy full SHA for 9a12a77
src/DIRAC/WorkloadManagementSystem/ConfigTemplate.cfg
@@ -149,6 +149,28 @@ Services
149
}
150
151
##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
170
+ }
171
172
173
+ ##END
174
OptimizationMind
175
{
176
Port = 9175
0 commit comments