Skip to content

Commit efb8a51

Browse files
committed
fix: Set configTemplate option for pilot monitoring as false
1 parent de1d7de commit efb8a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/WorkloadManagementSystem/ConfigTemplate.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Agents
278278
# Boolean value that indicates if the pilot submission statistics will be sended for accounting
279279
SendPilotSubmissionAccounting = True
280280
# Boolean value that indicates if the pilot submission statistics will be sended for monitoring
281-
SendPilotSubmissionMonitoring = True
281+
SendPilotSubmissionMonitoring = False
282282
}
283283
##END
284284
##BEGIN StatesAccountingAgent

0 commit comments

Comments
 (0)