mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Allow disabling pubsub timer to lower cpu usage. (#289)
This commit is contained in:
parent
d4898b8e6c
commit
160e6933d3
3 changed files with 22 additions and 14 deletions
|
@ -19,6 +19,8 @@ COMPROMISED_PASSWORD_CHECK:true
|
|||
DISABLE_REGISTRATION:false
|
||||
# Feed Retention Time in Days
|
||||
FEED_RETENTION:30
|
||||
# Disable CPU expensive timers (for nodes with low CPU, at least one node should have this disabled)
|
||||
DISABLE_TIMERS:false
|
||||
# Hibernate properties
|
||||
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
|
||||
hibernate.connection.driver_class:org.postgresql.Driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue