Skip to content

Commit

Permalink
change history_audit_table_prune_interval to 2h
Browse files Browse the repository at this point in the history
and observe if we now see the spikes every 2h instead of every 1h
  • Loading branch information
bgruening authored Apr 28, 2024
1 parent cea6bfd commit 0c885ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/gxconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ base_app_main: &BASE_APP_MAIN

# Time (in seconds) between attempts to remove old rows from the
# history_audit database table. Set to 0 to disable pruning.
#history_audit_table_prune_interval: 3600
history_audit_table_prune_interval: 7200

# Where dataset files are stored. It must be accessible at the same
# path on any cluster nodes that will run Galaxy jobs, unless using
Expand Down

0 comments on commit 0c885ea

Please sign in to comment.