1
0
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-18 09:05:06 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Yamagishi Kazutoshi
bdca8da8eb Add PERSISTENT_TIMEOUT option ()
Add environment variable to so `persistent_timeout` option of puma can be changed.
2019-09-04 20:44:08 +02:00
Daigo 3 Dango
b4c9a860e5 Make puma bind address configurable with BIND env var () 2019-07-16 06:51:36 +02:00
Eugen Rochko
e7353c47db
Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 () 2019-07-15 05:56:35 +02:00
Eugen Rochko
ed7c5f94f7
Improve ActiveRecord connection in on_worker_boot ()
This is how it looks in the example in the Puma README
2018-11-09 09:08:01 +01:00
aus-social
0a4739c732 lint pass 2 ()
* Code quality pass

* Typofix

* Update applications_controller_spec.rb

* Update applications_controller_spec.rb
2018-10-04 17:38:04 +02:00
Eugen Rochko
3305484028
Revert "Default puma to running on localhost only." ()
* Revert "Default puma to running on localhost only. ()"

This reverts commit 2a59c6a5e7.
2018-08-26 00:13:22 +02:00
M Somerville
2a59c6a5e7 Default puma to running on localhost only. () 2018-08-25 21:24:20 +02:00
Akihiko Odaki
0f852c6f74 Do not set port for puma if it is bound to unix socket ()
Setting port after binding a unix socket puma listen to both of an unix
socket and TCP/IP, which is not a desired behavior.
2017-04-22 01:22:20 +02:00
Akihiko Odaki
16cd648181 Allow to listen Unix socket ()
* Allow puma to listen Unix socket

* streaming: Show the whole listening address instead of the port

Port is not always appropriate (e.g. Unix socket)

* streaming: Close server before exiting

This change especially allows to remove Unix socket before exiting.
2017-04-21 19:24:31 +02:00
Ash Furrow
0f8b7d0660 Removed Heroku in-process spawning. () 2017-04-15 23:02:13 +02:00
Eugen
1c351709bc Force UTF8 encoding on generated XML () 2017-04-07 11:09:14 +02:00
Eugen Rochko
fcb5a85cdd Add sounds for notifications. Boop by @jk@mastodon.social 2017-01-17 20:09:03 +01:00
Effy Elden
ab4f5f5da5 Add Heroku deployment support 2017-01-17 22:00:03 +11:00
Eugen Rochko
e7723ab662 Add puma preloading, decrease DB pool size to size of threads per worker 2016-11-02 16:38:54 +01:00
Eugen Rochko
10ba09f546 Upgrade to Rails 5.0.0.1 2016-08-17 17:58:00 +02:00
Eugen Rochko
aab9f57e36 Adding config for puma, dashboard layout, fixing some queries 2016-03-12 16:21:53 +01:00