On Wed, Jan 22, 2003 at 09:20:57PM -0500, [EMAIL PROTECTED] wrote: > > Date: Thu Jan 23 02:20:57 2003 > Author: tpot > > Update of /data/cvs/samba/source/smbd > In directory dp.samba.org:/tmp/cvs-serv28899 > > Modified Files: > Tag: APPLIANCE_HEAD > process.c > Log Message: > The timeout_processing function isn't run nearly often enough to > implement 'max log size' without overrunning the size of the file by > many megabytes. This is especially true if we are running at debug > level 10. Checking every 50 SMBs is a nice tradeoff of performance vs > log file size overrun.
Don't you think 50 is too often ? How about tacking it onto the 200 check instead.... ? Jeremy.
