Allow disabling pubsub timer to lower cpu usage. (#289)

This commit is contained in:
Kavin 2022-06-25 10:19:06 +01:00 committed by GitHub
parent d4898b8e6c
commit 160e6933d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 14 deletions

View file

@ -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