mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
744 B
744 B
Configuration
Config File
NoDupeLabs uses nodupe.toml for configuration.
Location
Searches in order:
./nodupe.toml(current directory)~/.nodupe/config- Default values
Options
Database
[database]
path = ".nodupe/database.db"
auto_vacuum = true
Scanning
[scanning]
threads = 4
hash_size = 8192
follow_symlinks = false
Performance
[performance]
max_memory = "1GB"
cache_size = 1000
Logging
[logging]
level = "INFO"
file = "nodupe.log"
Environment Variables
NODUPE_CONFIG- Override config pathNODUPE_DB_PATH- Override database path
CLI Override
Many options can be passed via CLI:
nodupe scan --threads 8 /path