Skip to content

Commit 3c5ab22

Browse files
authored
Increase the default post-processing period to 30s (#1967)
I am fearing we are to heavy on the database with the recent growth of post-processing tasks
1 parent d58bd36 commit 3c5ab22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/include/QualityControl/CommonSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct CommonSpec {
4242
std::string consulUrl;
4343
std::string conditionDBUrl = "http://ccdb-test.cern.ch:8080";
4444
DiscardFileParameters infologgerDiscardParameters;
45-
double postprocessingPeriod = 10.0;
45+
double postprocessingPeriod = 30.0;
4646
std::string bookkeepingUrl;
4747
};
4848

0 commit comments

Comments
 (0)