mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 06:48:04 +01:00
Remove second database for AbusiveHostRules
This commit is contained in:
@@ -221,12 +221,6 @@ abuseDatabase: # Postgresql database configuration
|
||||
password: password
|
||||
url: jdbc:postgresql://example.com:5432/abusedb
|
||||
|
||||
newAbuseDatabase: # Postgresql database configuration
|
||||
driverClass: org.postgresql.Driver
|
||||
user: example
|
||||
password: password
|
||||
url: jdbc:postgresql://new.example.com:5432/abusedb
|
||||
|
||||
accountDatabaseCrawler:
|
||||
chunkSize: 10 # accounts per run
|
||||
chunkIntervalMs: 60000 # time per run
|
||||
|
||||
Reference in New Issue
Block a user