overleaf/services/document-updater/app/coffee
Brian Gough 912a3a7753 remove redis server-side hashing for performance
we still  compute the document hash in node, and check it on retrieval
but we don't check the hash at the point of writing it in redis which
was previously done with a redis Lua script.
2019-09-09 15:27:58 +01:00
..
sharejs
DiffCodec.coffee
DispatchManager.coffee add pubsub redis connection and remove real time redis connection 2019-07-04 13:34:31 +01:00
DocumentManager.coffee
Errors.coffee
HistoryManager.coffee skip history flush when project is cleared by realtime shutdown 2019-08-15 09:51:16 +01:00
HistoryRedisManager.coffee
HttpController.coffee skip history flush when project is cleared by realtime shutdown 2019-08-15 09:51:16 +01:00
LockManager.coffee
LoggerSerializers.coffee Improve/fix serializers for update logging (#80) 2019-08-08 14:10:54 +01:00
Metrics.coffee
mongojs.coffee add a combined health check for mongo and redis 2019-08-07 16:25:23 +01:00
PersistenceManager.coffee
Profiler.coffee
ProjectFlusher.coffee added log lines for all project flushing 2019-08-30 07:38:53 +01:00
ProjectHistoryRedisManager.coffee
ProjectManager.coffee
RangesManager.coffee
RangesTracker.coffee
RateLimitManager.coffee
RealTimeRedisManager.coffee remove unnecessary check for doc_id 2019-07-24 16:57:43 +01:00
RedisManager.coffee remove redis server-side hashing for performance 2019-09-09 15:27:58 +01:00
ShareJsDB.coffee
ShareJsUpdateManager.coffee Merge pull request #70 from overleaf/bg-metric-for-invalid-hash 2019-06-12 13:50:34 +01:00
SnapshotManager.coffee
UpdateKeys.coffee
UpdateManager.coffee Revert "skip hash check when non-BMP characters replaced" 2019-06-27 11:39:45 +01:00