mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-03-15 02:36:38 -04:00
default to forgetful
This commit is contained in:
parent
5b521468f1
commit
93db4a02ab
@ -147,7 +147,7 @@ class ServerConfig:
|
||||
history_fetch_delay = attr.ib(type=int, default=3)
|
||||
sync_on_startup = attr.ib(type=bool, default=False)
|
||||
sync_stop_after = attr.ib(type=int, default=600)
|
||||
store_forgetful = attr.ib(type=bool, default=False)
|
||||
store_forgetful = attr.ib(type=bool, default=True)
|
||||
|
||||
@attr.s
|
||||
class PanConfig:
|
||||
|
Loading…
x
Reference in New Issue
Block a user