From: Bitbucket <com...@bi...> - 2019-07-03 11:19:57
|
3 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/8bdb38645c16/ Changeset: 8bdb38645c16 User: gustafn Date: 2019-07-01 18:48:56+00:00 Summary: add missing NS_GNUC_NONNULL Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/5dbb4da2fd2b/ Changeset: 5dbb4da2fd2b User: gustafn Date: 2019-07-03 11:07:08+00:00 Summary: New feature: limit download rate to a maximum (specified as kilobytes per second) On servers with relative bad internet connections, it is possible that a few eager downloaders use up all available bandwidth. NaviServer allows now admins and developers to specify the maximum outgoing bandwidth per connection. The rate limit can be specified per connection (highest weight) or per connection thread pool (second highest weight) or per network driver. The rate limitation is only active, when writer threads are used. Per default, the rate limitation is turned off (value 0). Note that when a rate limit is specified per connection pool, it defines the default for every connection in this pool and not the total bandwidth for this pool. New option for ns_conn: ns_conn ratelimit ?limit? New configuration option for connection pools ns_param ratelimit ... New configuration option for network drivers ns_param writerratelimit ... Affected #: 12 files https://bitbucket.org/naviserver/naviserver/commits/d71baac93cc0/ Changeset: d71baac93cc0 User: gustafn Date: 2019-07-03 11:08:28+00:00 Summary: merge Affected #: 4 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |