mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-29 09:58:36 -04:00
Updated default config
This commit is contained in:
parent
a8cc5f41cf
commit
6d2eb4f973
1 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@ def apply_config():
|
||||||
if active_configuration["message_storage_limit"] < 0.005:
|
if active_configuration["message_storage_limit"] < 0.005:
|
||||||
active_configuration["message_storage_limit"] = 0.005
|
active_configuration["message_storage_limit"] = 0.005
|
||||||
else:
|
else:
|
||||||
active_configuration["message_storage_limit"] = 2000
|
active_configuration["message_storage_limit"] = 500
|
||||||
|
|
||||||
if "propagation" in lxmd_config and "propagation_transfer_max_accepted_size" in lxmd_config["propagation"]:
|
if "propagation" in lxmd_config and "propagation_transfer_max_accepted_size" in lxmd_config["propagation"]:
|
||||||
active_configuration["propagation_transfer_max_accepted_size"] = lxmd_config["propagation"].as_float("propagation_transfer_max_accepted_size")
|
active_configuration["propagation_transfer_max_accepted_size"] = lxmd_config["propagation"].as_float("propagation_transfer_max_accepted_size")
|
||||||
|
@ -679,9 +679,9 @@ propagation_transfer_max_accepted_size = 256
|
||||||
# LXMF prioritises keeping messages that are
|
# LXMF prioritises keeping messages that are
|
||||||
# new and small. Large and old messages will
|
# new and small. Large and old messages will
|
||||||
# be removed first. This setting is optional
|
# be removed first. This setting is optional
|
||||||
# and defaults to 2 gigabytes.
|
# and defaults to 500 megabytes.
|
||||||
|
|
||||||
# message_storage_limit = 2000
|
# message_storage_limit = 500
|
||||||
|
|
||||||
# You can tell the LXMF message router to
|
# You can tell the LXMF message router to
|
||||||
# prioritise storage for one or more
|
# prioritise storage for one or more
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue