-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
85 lines (85 loc) · 1.97 KB
/
Copy pathconfig.example.json
File metadata and controls
85 lines (85 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"search": {
"folders": [
{"label": "規程", "path": "C:\\path\\to\\folder1"},
{"label": "議事録", "path": "//192.168.0.10/share/folder2"}
],
"folder_aliases": {
"192.168.0.10": "share"
},
"execution_mode": "thread",
"process_shared": true,
"cpu_budget": 6,
"concurrency": 6,
"workers": 6
},
"front": {
"results_batch_size": 100,
"range_default": 0,
"space_mode_default": "jp",
"normalize_mode_default": "normalized",
"results_scroll_threshold_px": 200,
"history_max_items": 30,
"range_max": 5000,
"heartbeat_interval_ms": 35000,
"heartbeat_jitter_ms": 10000,
"heartbeat_min_gap_ms": 5000,
"heartbeat_interaction_gap_ms": 15000,
"heartbeat_idle_threshold_ms": 90000,
"heartbeat_fail_threshold": 2,
"heartbeat_stale_multiplier": 2,
"health_check_interval_ms": 5000,
"health_check_jitter_ms": 3000
},
"heartbeat": {
"ttl_sec": 90,
"max_clients": null
},
"warmup": {
"enabled": true,
"idle_sec": 1800,
"interval_sec": 3600,
"max_files": 40,
"head_mb": 2,
"stride_mb": 4,
"max_mb": 0
},
"query": {
"normalize": "nfkc_casefold"
},
"query_stats": {
"ttl_days": 30,
"flush_sec": 60
},
"cache": {
"fixed_min_count": 10,
"fixed_min_time_ms": 500,
"fixed_min_hits": 5000,
"fixed_min_kb": 2000,
"fixed_ttl_days": 7,
"fixed_max_entries": 20,
"fixed_trigger_cooldown_sec": 300,
"mem_max_mb": 200,
"mem_max_entries": 200,
"mem_max_result_kb": 2000,
"compress_min_kb": 2000
},
"rebuild": {
"schedule": "03:00",
"allow_shrink": true
},
"index": {
"keep_generations": 3,
"keep_days": 30,
"max_bytes": 0,
"cleanup_grace_sec": 300,
"store_normalized": true
},
"diff": {
"mode": "stat",
"fast_fp_bytes": 65536,
"full_hash_algo": "sha256",
"full_hash_paths": ["D:\\share\\secure", "\\\\NAS\\docs"],
"full_hash_exts": [".pdf", ".docx"]
}
}