standardnotes / syncing-server-js

The Standard Notes server. For self-hosting, use https://github.com/standardnotes/standalone
GNU Affero General Public License v3.0
70 stars 15 forks source link

fix: performance on finding ephemeral sessions #66

Closed karolsojko closed 3 years ago

karolsojko commented 3 years ago

Upon sync Redis was scanned too many times for an ephemeral session. Replaced with a different approach to Redis save/read which should be more optimal performance-wise.