about summary refs log tree commit homepage
path: root/lib/unicorn/oob_gc.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-28 18:02:34 +0000
committerEric Wong <e@80x24.org>2016-07-28 18:12:25 +0000
commitc47d13d2c5ce75cca5ac11eda6d6a0e54015e711 (patch)
tree2e1b10337cdf25fe19326ba64f4ef52dff53183a /lib/unicorn/oob_gc.rb
parent87715a83b77dceb879ce9bf20971301817b9a50b (diff)
downloadunicorn-c47d13d2c5ce75cca5ac11eda6d6a0e54015e711.tar.gz
Gmane's NNTP server remains up, but the HTTP site is down:

  https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/

Anyways, our own archives are designed to be mirror-able via git:

  git clone --mirror https://bogomips.org/unicorn-public

And the code is self-hostable: git clone https://public-inbox.org
Diffstat (limited to 'lib/unicorn/oob_gc.rb')
-rw-r--r--lib/unicorn/oob_gc.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/unicorn/oob_gc.rb b/lib/unicorn/oob_gc.rb
index a07978b..5572e59 100644
--- a/lib/unicorn/oob_gc.rb
+++ b/lib/unicorn/oob_gc.rb
@@ -43,8 +43,9 @@
 #     use Unicorn::OobGC, 2, %r{\A/(?:expensive/foo|more_expensive/foo)}
 #
 # Feedback from users of early implementations of this module:
-# * http://comments.gmane.org/gmane.comp.lang.ruby.unicorn.general/486
-# * http://article.gmane.org/gmane.comp.lang.ruby.unicorn.general/596
+# * https://bogomips.org/unicorn-public/0BFC98E9-072B-47EE-9A70-05478C20141B@lukemelia.com/
+# * https://bogomips.org/unicorn-public/AANLkTilUbgdyDv9W1bi-s_W6kq9sOhWfmuYkKLoKGOLj@mail.gmail.com/
+
 module Unicorn::OobGC
 
   # this pretends to be Rack middleware because it used to be