1a6c42fccd0b277c98f7a8325d49500c5e87d8bb
Go to file
Darrell Bishop 1a6c42fccd Fix when rate_limit_after_segment kicks in.
If rate_limit_after_segment was 10 in the proxy config, then after 10
segments were coughed up by _load_next_segment() with no calls to
sleep(), the 11th segment would not trigger a sleep() call. The 12th
segment triggered a sleep(0) call, but it was only after the 13th
segment was loaded that an actual rate-limiting (non-zero) sleep got
called.
With this patch, a rate_limit_after_segment of 10 will start sleeping
the correct amount after the 11th segment.
Updated proxy-server.conf-sample with rate_limit_after_segment and
rate_limit_segments_per_sec.
Change-Id: I937c366996e6d6ab47c614d6db470e3be9657c07
2012年08月23日 17:20:08 -07:00
2012年08月22日 13:35:09 -07:00
2012年08月23日 17:20:08 -07:00
2012年08月23日 17:20:08 -07:00
2012年08月23日 17:20:08 -07:00
2012年08月21日 14:43:30 -07:00
2012年03月07日 22:44:34 -08:00
2011年10月24日 15:05:49 -04:00
2012年07月25日 09:24:02 -07:00
2011年01月27日 00:01:24 +00:00
2012年07月29日 19:13:23 -07:00
2010年07月12日 17:03:45 -05:00
2012年05月30日 15:39:37 +02:00
2012年06月08日 20:05:14 -04:00

Swift
-----
A distributed object store that was originally developed as the basis for 
Rackspace's Cloud Files.
To build documentation run `python setup.py build_sphinx`, and then browse to
/doc/build/html/index.html.
The best place to get started is the "SAIO - Swift All In One", which will walk
you through setting up a development cluster of Swift in a VM.
For more information, visit us at http://launchpad.net/swift, or come hang out
on our IRC channel, #openstack on freenode.
--
Swift Development Team
Description
OpenStack Storage (Swift)
Readme 204 MiB
Languages
Python 99.7%
JavaScript 0.2%