Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-07 | Change postgres connection timeout (#21790) | Claire | |
2022-03-21 | Format JSON and YAML using Prettier (#17823) | Yamagishi Kazutoshi | |
* Format JSON and YAML using Prettier * Add prettier to devDep | |||
2022-02-25 | Escape database passwords in config/database.yml (#17627) | sasanquaneuf | |
* Add double quotes for using passwords that start with a comma * Escape database password in yml | |||
2019-03-08 | config: add DB_SSLMODE for managed/remote PG (#10210) | Sascha | |
* config: add DB_SSLMODE for managed/remote PG * streaming: set PG sslmode, defaults to prefer | |||
2018-12-16 | Remove PostgreSQL statement timeout (#9537) | Eugen Rochko | |
Revert #9382 | |||
2018-12-03 | Add database statement timeout of 60s (#9382) | Eugen Rochko | |
2017-10-17 | use-DB_NAME-in-development (#5430) | masarakki | |
2017-06-25 | fix unnecessary variable (#3947) | amazedkoumei | |
2017-06-25 | more free pgconfig by .env (#3909) | amazedkoumei | |
* more free pgconfig for streaming by .env * fix wrong default values * database.yml read ENV as same as streaming server | |||
2017-05-03 | Added support parallel_tests (#2740) | Keiji Matsuzaki | |
- Added new gem the `parallel_tests`. - Updated .travis.yml. - Improved scripts and environment variable. | |||
2017-04-09 | Add env variable to disable prepared statements (#1293) | Eugen | |
2017-01-10 | Fix env variable name | Eugen | |
2016-11-02 | Add puma preloading, decrease DB pool size to size of threads per worker | Eugen Rochko | |
2016-08-18 | Fix tests | Eugen Rochko | |
2016-03-25 | Fix Sidekiq pooling issues. Remove API docs from homepage, replace with | Eugen Rochko | |
a basic home timeline | |||
2016-03-25 | Up the number of pooled DB connections to cover both Sidekiq and Puma workers | Eugen Rochko | |
2016-03-25 | Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high) | Eugen Rochko | |
2016-03-25 | Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections | Eugen Rochko | |
in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding admin status to users | |||
2016-03-16 | Fixing the docker container setup (with assets compilation &co) | Eugen Rochko | |
2016-03-14 | Adding a docker-compose template for running Mastodon easily | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |