Back out startup buffer size change (but leave diagnostic).

This commit is contained in:
dbaron@dbaron.org 2007-04-03 17:53:26 -07:00
parent ea58fd5bbd
commit 10500e0071

View File

@ -274,7 +274,7 @@ struct AllocationFuncs
typedef struct logfile logfile;
#define STARTUP_TMBUFSIZE (64 * 1024)
#define STARTUP_TMBUFSIZE (16 * 1024)
#define LOGFILE_TMBUFSIZE (16 * 1024)
struct logfile {