discourse/config/environments
David Taylor 1b8be069e5
DEV: Disable better_errors when developing with more than one worker (#8201)
From the better_errors README:

> Better Errors works by leaving a lot of context in server process memory. If you're using a web server that runs multiple "workers" it's likely that a second request (as happens when you click on a stack frame) will hit a different worker. That worker won't have the necessary context in memory, and you'll see a Session Expired message.
2019-10-16 14:44:48 +01:00
..
development.rb DEV: Disable better_errors when developing with more than one worker (#8201) 2019-10-16 14:44:48 +01:00
production.rb DEV: Re-enable uglifier for non-precompiled assets 2019-05-14 10:28:18 +01:00
profile.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
test.rb Revert "FIX: public_file_server.enabled is false in test (#8192)" (#8196) 2019-10-16 10:39:31 +11:00