Skip to content

Commit 5a98a1b

Browse files
committed
data/settings: Update process_shutdown_filter example
Unit must be MB, since M is ambiguous and fails. And 10MB might be a bit too little, so use 20MB.
1 parent c121f4a commit 5a98a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9829,7 +9829,7 @@ all of it to the OS). The syntax of the filter is described in
98299829
For example:
98309830
98319831
\`\`\`
9832-
process_shutdown_filter = "event=mail_user_session_finished AND rss > 10M"
9832+
process_shutdown_filter = "event=mail_user_session_finished AND rss > 20MB"
98339833
\`\`\``
98349834
},
98359835

0 commit comments

Comments
 (0)