Merge pull request #8564 from overleaf/bg-fix-docupdater-script

[scripts] fix flush_track_changes script to use correct redis

GitOrigin-RevId: 4fd8b106870bd0f80bcc925a8c2e8a740c7d2bf5
This commit is contained in:
Brian Gough
2022-06-23 14:06:16 +01:00
committed by Copybot
parent a0bd69cea6
commit 34b4ed6369

View File

@@ -6,7 +6,7 @@
const Settings = require('@overleaf/settings')
const logger = require('@overleaf/logger')
const rclientProjectHistory = require('@overleaf/redis-wrapper').createClient(
Settings.redis.documentupdater
Settings.redis.history
)
const ProjectFlusher = require('../app/js/ProjectFlusher')
const keys = Settings.redis.history.key_schema