comparison doc/rt_deny_by_size.conf.sample @ 1340:daf61e573fee

rt_deny_by_size: new extension This extension denies messages that are larger than a configured size. The size is configurable in a config file, and the extension allows reloading its config using SIGUSR1. Written for Effortel Technologies SA and published with their consent.
author Thomas Klausner <tk@giga.or.at>
date Tue, 09 Apr 2019 15:57:12 +0200
parents
children
comparison
equal deleted inserted replaced
1339:e70ce64ce689 1340:daf61e573fee
1 # This file contains information for configuring the rt_deny_by_size extension.
2 #
3 # The rt_deny_by_size extension returns errors for messages above a particular size.
4 #
5 # This extension supports configuration reload at runtime. Send
6 # signal SIGUSR1 to the process to cause the process to reload its
7 # config.
8 #
9 # Configure the maximum allowed message size to still pass through;
10 # defaults to 4096, if config file is empty
11 #MaximumSize=4096;
"Welcome to our mercurial repository"