Browse Source

[stats_lettuce_fix] added configuration of stats

Changed the default time (60sec) of poll-interval to one second.  This is
because it's so infrequent for lettuce test of stats.
Naoki Kambe 12 years ago
parent
commit
8bc72c0e77
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/lettuce/configurations/xfrin/retransfer_master.conf.orig

+ 3 - 0
tests/lettuce/configurations/xfrin/retransfer_master.conf.orig

@@ -33,6 +33,9 @@
             "port": 47806
         } ]
     },
+    "Stats": {
+        "poll-interval": 1
+    },
     "Boss": {
         "components": {
             "b10-auth": { "kind": "needed", "special": "auth" },