chiark / gitweb /
New 'new_max' configuration bounds the number of tracks that 'new'
authorRichard Kettlewell <richard@fanticule>
Tue, 1 Jan 2008 13:47:50 +0000 (13:47 +0000)
committerRichard Kettlewell <richard@fanticule>
Tue, 1 Jan 2008 13:47:50 +0000 (13:47 +0000)
commitd742bb4728447bd3b23f43de586343b319c03da0
treebae31b436c62857540d9e00a04bec417f428ed26
parent8f9616f198b617214724183e32d598339c3bbbc4
New 'new_max' configuration bounds the number of tracks that 'new'
will return.  Previously a new installation with many tracks would
attempt to return thousands of tracks, busting event.c's buffer limit.

Made event.c buffer connection abandonment reporting less chatty.
doc/disorder_config.5.in
doc/disorder_protocol.5.in
lib/configuration.c
lib/configuration.h
lib/event.c
server/server.c