@@ -26,15 +26,14 @@ use = egg:swift#account
26
26
# set log_facility = LOG_LOCAL0
27
27
# set log_level = INFO
28
28
# set log_requests = True
29
+ # auto_create_account_prefix = .
29
30
30
31
[account-replicator]
31
32
# You can override the default log routing for this app here (don't use set!):
32
33
# log_name = account-replicator
33
34
# log_facility = LOG_LOCAL0
34
35
# log_level = INFO
35
36
# vm_test_mode = no
36
- # log_facility = LOG_LOCAL0
37
- # log_level = INFO
38
37
# per_diff = 1000
39
38
# max_diffs = 100
40
39
# concurrency = 8
@@ -47,7 +46,9 @@ use = egg:swift#account
47
46
# node_timeout = 10
48
47
# conn_timeout = 0.5
49
48
# The replicator also performs reclamation
50
- # reclaim_age = 86400
49
+ # reclaim_age = 604800
50
+ # Time in seconds to wait between replication passes
51
+ # run_pause = 30
51
52
52
53
[account-auditor]
53
54
# You can override the default log routing for this app here (don't use set!):
@@ -56,8 +57,6 @@ use = egg:swift#account
56
57
# log_level = INFO
57
58
# Will audit, at most, 1 account per device per interval
58
59
# interval = 1800
59
- # log_facility = LOG_LOCAL0
60
- # log_level = INFO
61
60
62
61
[account-reaper]
63
62
# You can override the default log routing for this app here (don't use set!):
@@ -68,8 +67,6 @@ use = egg:swift#account
68
67
# interval = 3600
69
68
# node_timeout = 10
70
69
# conn_timeout = 0.5
71
- # log_facility = LOG_LOCAL0
72
- # log_level = INFO
73
70
# Normally, the reaper begins deleting account information for deleted accounts
74
71
# immediately; you can set this to delay its work however. The value is in
75
72
# seconds; 2592000 = 30 days for example.
0 commit comments