| [vhffs-dev] [946] 60 is a better default, in async rpc the update time is   important,   keeping the value on your side is more accurate than querying  the rpc server | 
[ Thread Index | 
Date Index
| More vhffs.org/vhffs-dev Archives
] 
- To: vhffs-dev@xxxxxxxxx
 
- Subject: [vhffs-dev] [946] 60 is a better default, in async rpc the update time is   important,   keeping the value on your side is more accurate than querying  the rpc server
 
- From: subversion@xxxxxxxxxxxxx
 
- Date: Fri, 21 Sep 2007 19:06:37 +0200
 
Revision: 946
Author:   gradator
Date:     2007-09-21 17:06:37 +0000 (Fri, 21 Sep 2007)
Log Message:
-----------
60 is a better default, in async rpc the update time is important, keeping the value on your side is more accurate than querying the rpc server 
Modified Paths:
--------------
    trunk/vhffs-fs/configure.ac
Modified: trunk/vhffs-fs/configure.ac
===================================================================
--- trunk/vhffs-fs/configure.ac	2007-09-21 17:02:20 UTC (rev 945)
+++ trunk/vhffs-fs/configure.ac	2007-09-21 17:06:37 UTC (rev 946)
@@ -75,9 +75,9 @@
        fi
        AC_ARG_WITH([check-quota-cache-timeout],
            AC_HELP_STRING([--with-check-quota-cache-timeout],
-               [???? [default=10]]), 
+               [???? [default=60]]), 
            AC_DEFINE([VHFFSFS_CHECKQUOTA_CACHE_TIMEOUT], $withval, [???]),
-           AC_DEFINE([VHFFSFS_CHECKQUOTA_CACHE_TIMEOUT], 10, [???]))
+           AC_DEFINE([VHFFSFS_CHECKQUOTA_CACHE_TIMEOUT], 60, [???]))
        AC_ARG_WITH([check-quota-cache-flush],
            AC_HELP_STRING([--with-check-quota-cache-flush],
                [???? [default=1800]]),