--- base.params.h 2011-01-16 03:46:27.000000000 -0500 +++ params.h 2011-02-20 20:02:20.000000000 -0500 @@ -1,5 +1,5 @@ -#ifndef _PARAMS_H_95b05494_ -#define _PARAMS_H_95b05494_ +#ifndef _PARAMS_H_7692c942_ +#define _PARAMS_H_7692c942_ /* This software is Copyright 1989, 1990, 1992, 1993 by various individuals. Please see the accompanying file COPYRIGHT for details. */ @@ -10,7 +10,7 @@ /* amount of object endowment, based on cost */ /* setting MAX_OBJECT_ENDOWMENT to any value <=0 means "no limit" */ -#define MAX_OBJECT_ENDOWMENT 0 +#define MAX_OBJECT_ENDOWMENT 100 #define OBJECT_ENDOWMENT(cost) (cost) /* (((cost)-5)/5) */ #define OBJECT_DEPOSIT(endow) (endow) /* ((endow)*5+4) */ @@ -45,7 +45,7 @@ # define HIGH_WATER 30 /* MAX % misses/total alarm */ # define LOW_WATER 10 /* MIN % misses/total alarm */ -# define DUMP_INTERVAL 3600 /* seconds between dumps (undef disables) */ +# define DUMP_INTERVAL 14400 /* seconds between dumps (undef disables) */ # define DAEMON_INTERVAL 0 /* seconds between daemon launches */ #define MAX_DAEMONS 20 /* max # of daemons/player */ @@ -57,7 +57,7 @@ #define COMMANDS_PER_TIME 1 /* commands per time slice after burst */ #define MAX_OUTPUT 16384 /* maximum amount of queued output */ -#define DB_INITIAL_SIZE 10000 /* as the name implies... */ +#define DB_INITIAL_SIZE 40000 /* as the name implies... */ #define LOG_DB_GROWTH /* defined -> status log sees db growth */ /* Turn this on when you want MUD to set from root to some user_id */