Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 971c31d

Browse files
committed
change update default
1 parent caddfe0 commit 971c31d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-colladmin/actions/ucb_audit_reset_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class UCBAuditResetAction < AdminAction
77
def initialize(config, action, path, myparams)
88
@days = myparams.fetch('days', '7').to_i
99
@wait_hours = myparams.fetch('wait_hours', '24').to_i
10-
@limit = myparams.fetch('limit', '2').to_i
10+
@limit = myparams.fetch('limit', '50').to_i
1111
super(config, action, path, myparams)
1212
end
1313

0 commit comments

Comments
 (0)