discourse/config
Martin Brennan a9905ef7e5
FIX: Add enable_email_sync_demon global variable and disable EmailSync demon by default (#10304)
Demon::EmailSync is used in conjunction with the SiteSetting.enable_imap to sync N IMAP mailboxes with specific groups. It is a process started in unicorn.conf, and it spawns N threads (one for each multisite connection) and for each database spans another N threads (one for each configured group).

We want this off by default so the process is not started when it does not need to be (e.g. development, test, certain hosting tiers)
2020-07-24 17:09:29 +10:00
..
cloud/cloud66
environments DEV: Silence all freedom patches trace in verbose query logs. 2020-06-05 09:09:54 +08:00
initializers DEV: Avoid logging Redis cannot connect error during failover. 2020-07-21 14:53:46 +08:00
locales FIX: display correct status on unsubscribe page (#10294) 2020-07-23 16:20:10 +10:00
application.rb Revert "PERF: Move highlightjs to a background worker, and add result cache (#10191)" 2020-07-15 13:52:35 +01:00
boot.rb PERF: enable bootsnap globally 2020-06-10 12:20:17 +10:00
cdn.yml.sample
database.yml DEV: correct parallel specs rake tasks 2019-12-31 14:07:55 +11:00
deploy.rb.sample
discourse.config.sample
discourse.pill.sample
discourse_defaults.conf FIX: Add enable_email_sync_demon global variable and disable EmailSync demon by default (#10304) 2020-07-24 17:09:29 +10:00
environment.rb
logrotate.conf
multisite.yml.production-sample DEV: Remove `db_id` from sample multisite config. 2020-05-29 10:48:29 +08:00
nginx.global.conf
nginx.sample.conf SECURITY: Add content-disposition: attachment for SVG uploads 2020-07-09 13:31:48 +10:00
projections.json DEV: Use .hbr for raw template file extension (#8883) 2020-02-11 13:38:12 -06:00
puma.rb
routes.rb FEATURE: add support for `top` filter in tag page. (#10281) 2020-07-22 19:26:36 +05:30
sidekiq.yml
site_settings.yml FIX: Do not show Email tab for group settings unless IMAP + SMTP enabled (#10301) 2020-07-24 12:00:36 +10:00
spring.rb
thin.yml.sample
unicorn.conf.rb FIX: Add enable_email_sync_demon global variable and disable EmailSync demon by default (#10304) 2020-07-24 17:09:29 +10:00
unicorn_launcher
unicorn_upstart.conf