OpenSlides/openslides/core
Oskar Hahn dd4754d045 Disable the future-lock when updating the restircted data cache
Before this commit, there where two different locks when updating the restricted
data cache. A future lock, what is faster but only works in the same thread. The
other lock is in redis, it is not so fast, but also works in many threads.

The future lock was buggy, because on a second call of update_restricted_data
the same future was reused. So on the second run, the future was already done.

I don't see any way to delete. The last client would have to delete it, but there
is no way to find out which client the last one is.
2019-03-04 21:37:00 +01:00
..
management use f-string syntax for strings 2019-01-18 17:37:36 +01:00
migrations One global clos reference. More projector buttons for the clos view 2019-03-01 13:17:26 +01:00
static remove old client 2018-10-25 16:04:28 +02:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
access_permissions.py Added new permission to see the history. 2019-02-21 11:45:40 +01:00
apps.py Fixed login problem for non admin users. 2019-02-05 21:03:13 +01:00
config_variables.py current speaker chyron 2019-02-26 21:56:59 +01:00
config.py Disable the future-lock when updating the restircted data cache 2019-03-04 21:37:00 +01:00
exceptions.py New projector system. Add first slides 2019-01-12 21:21:43 +01:00
models.py Disable the future-lock when updating the restircted data cache 2019-03-04 21:37:00 +01:00
projector.py (Current) list of speaker slide 2019-02-22 10:40:28 +01:00
serializers.py Disable the future-lock when updating the restircted data cache 2019-03-04 21:37:00 +01:00
signals.py Run black 2019-01-08 21:51:52 +01:00
urls.py Run black 2019-01-08 21:51:52 +01:00
views.py Disable the future-lock when updating the restircted data cache 2019-03-04 21:37:00 +01:00
websocket.py Wirst work for the projector system on the client 2019-01-19 21:26:05 +01:00