-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP on cron + Redis caching of connected users per locale * Language support tweaks * WIP on more logical locale support; fav users filtered by locale * WIP on Redis caching of presence using sets; moved type definitions * WIP on Redis caching of user presence data * WIP on online user caching * WIP but code is now consistent; needs test * Cleanup of unused variables in firebase.py * Added user parameter to render_template() calls; code formatting in cache.py * Bug fixes in Redis online status handling code * Added online user update job to cron.yaml * Added TTL caching of online users * Add attribution & copyright for Norwegian word frequency data * Reduced in-memory caching of online users to 30 seconds * Skip user online query if robots only * Removed unused class
- Loading branch information
1 parent
c7bb16d
commit aa66695
Showing
18 changed files
with
461 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.