about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-25 14:24:23 -0700
committerEric Wong <normalperson@yhbt.net>2011-08-25 14:24:23 -0700
commit8bed251777e9850b04f52f4c520e8b173bd1d756 (patch)
treef9d9920bb04456c375d2b753358d198a6ffd9a62 /GIT-VERSION-GEN
parent34b400cbec2a05e9a1d9fad2d6bd34f54620fdcb (diff)
downloadunicorn-8bed251777e9850b04f52f4c520e8b173bd1d756.tar.gz
The last-resort timeout mechanism was inaccurate and often
delayed in activation since the 2.0.0 release.  It is now fixed
and remains power-efficient in idle situations, especially with
the wakeup reduction in MRI 1.9.3+.

There is also a new document on application timeouts
intended to discourage the reliance on this last-resort
mechanism.  It is visible on the web at:

  http://unicorn.bogomips.org/Application_Timeouts.html
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 962cda3..6969b4b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.1.0.GIT
+DEF_VER=v4.1.1.GIT
 
 LF='
 '