Skip to content

Commit f4156b9

Browse files
authored
Merge pull request #178 from opensciencegrid/mwestphall-patch-1
Bump osgpilot_meter outbox messages per job up to 10000
2 parents 8ee1839 + b909850 commit f4156b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osg-pilot-container/osgpilot_meter

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LOCAL_USER = "osgvo-container-pilot"
3737
grid_type = "OSG"
3838

3939
# Limit the number of outbox jobs delivered per run of the cron job
40-
OUTBOX_MESSAGES_PER_JOB=1000
40+
OUTBOX_MESSAGES_PER_JOB=10000
4141

4242
# in seconds
4343
DONE_IF_NOT_SEEN_AFTER = 1 * 60 * 60

0 commit comments

Comments
 (0)