diff options
Diffstat (limited to 'src/server_status.cc')
-rw-r--r-- | src/server_status.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/server_status.cc b/src/server_status.cc index 197e859..ab155e4 100644 --- a/src/server_status.cc +++ b/src/server_status.cc @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.7 2005/05/17 15:12:51 deva + * Fixed file rights (All read on files and directories, and all execute on directories). + * * Revision 1.6 2005/05/16 16:00:57 deva * * Lots of stuff! @@ -56,7 +59,7 @@ #include <stdio.h> -#define UPD 10 +#define UPD 25 ServerStatus::ServerStatus() { gettimeofday(&oldtime, NULL); |