move plugins into submodules..
This commit is contained in:
20
src/smeggdrop/smeggdrop.conf.default
Normal file
20
src/smeggdrop/smeggdrop.conf.default
Normal file
@ -0,0 +1,20 @@
|
||||
# smeggdrop.conf.default
|
||||
#
|
||||
# HTTP limits
|
||||
#
|
||||
set smeggdrop_http_requests_per_eval 5 ;# Maximum number of requests per eval per channel
|
||||
set smeggdrop_http_request_interval 60 ;# Interval for the smeggdrop_http_request_limit setting, in seconds
|
||||
set smeggdrop_http_request_limit 25 ;# Maximum number of requests per interval per channel
|
||||
set smeggdrop_http_post_limit 150000 ;# Maximum POST body size
|
||||
set smeggdrop_http_transfer_limit 150000 ;# Maximum GET response size
|
||||
set smeggdrop_http_time_limit 5000 ;# Maximum execution time, in milliseconds
|
||||
set smeggdrop_log_max_lines 20 ;# Maximum lines to record per channel
|
||||
|
||||
#
|
||||
# Publish settings - comment these out if you don't want [publish]
|
||||
#
|
||||
# set smeggdrop_publish_url http://www.example.org/ ;# URL to publish to
|
||||
# set smeggdrop_publish_hostname example.org ;# SSH hostname
|
||||
# set smeggdrop_publish_username myusername ;# SSH username
|
||||
# set smeggdrop_publish_password mypassword ;# SSH password
|
||||
# set smeggdrop_publish_filename /home/example/htdocs/index.txt ;# Filename to write to
|
Reference in New Issue
Block a user