mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 12:08:12 -05:00
State was being stored in a class variable, so was not consistent across processes. This commit moves the storage to redis. The change only affects development environments.