トゥートの配達の高速化に進捗があったようです。変更点も見ずにまーじ!
$ git fetch upstream
:
From https://github.com/tootsuite/mastodon
c4a67d574..d42015ee2 feature-request-pool -> upstream/feature-request-pool
:
$ git merge upstream/feature-request-pool
Merge made by the 'recursive' strategy.
app/lib/connection_pool/shared_connection_pool.rb | 53 +++++++++++++++++++++-
app/lib/connection_pool/shared_timed_stack.rb | 53 +++++++++++++++-------
app/lib/request_pool.rb | 43 +++++-------------
.../connection_pool/shared_connection_pool_spec.rb | 23 ++++++++--
.../lib/connection_pool/shared_timed_stack_spec.rb | 37 +++++++++------
5 files changed, 144 insertions(+), 65 deletions(-)
$ git push