Skip to content
Snippets Groups Projects
  • Tomáš Čejka's avatar
    bf455d74
    polling: rewritten to use redis stream · bf455d74
    Tomáš Čejka authored
    Messages now remain longer on the server so user is able to get them even after
    reload, multiple users from the same peertag receive the same messages.
    New variables were added into settings to control behavior of the messages
    storage (max size of queue, max life of queue).
    
    NOTIF_STREAM_MAXSIZE = 50
    NOTIF_STREAM_MAXLIFE = 1800
    bf455d74
    History
    polling: rewritten to use redis stream
    Tomáš Čejka authored
    Messages now remain longer on the server so user is able to get them even after
    reload, multiple users from the same peertag receive the same messages.
    New variables were added into settings to control behavior of the messages
    storage (max size of queue, max life of queue).
    
    NOTIF_STREAM_MAXSIZE = 50
    NOTIF_STREAM_MAXLIFE = 1800