mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:12:45 +08:00
18d652c8f0
Why this change? In https://www.postgresql.org/docs/current/non-durability.html, it is recommended to create unlogged tables to avoid WAL writes which can help speed at performance at the expense of durability. In the CI env, there is no need for durability at all. Therefore, we are going to be creating unlogged tables by default. Co-authored-by: Ted Johansson <ted@discourse.org> Co-authored-by: Rafael dos Santos Silva <xfalcox@gmail.com> |
||
---|---|---|
.. | ||
cloud/cloud66 | ||
environments | ||
initializers | ||
locales | ||
application.rb | ||
boot.rb | ||
cdn.yml.sample | ||
database.yml | ||
deploy.rb.sample | ||
dev_defaults.yml | ||
discourse_defaults.conf | ||
discourse.config.sample | ||
discourse.pill.sample | ||
environment.rb | ||
logrotate.conf | ||
multisite.yml.production-sample | ||
nginx.global.conf | ||
nginx.sample.conf | ||
projections.json | ||
puma.rb | ||
routes.rb | ||
sidekiq.yml | ||
site_settings.yml | ||
spring.rb | ||
thin.yml.sample | ||
unicorn_launcher | ||
unicorn_upstart.conf | ||
unicorn.conf.rb |