-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
62 lines (50 loc) · 2.13 KB
/
Copy pathconfig.toml
File metadata and controls
62 lines (50 loc) · 2.13 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
[verification]
# Default chunk_size = 262144 (256KB)
# Uncomment the line below to set a customize
# chunk_size = 262144
# Default max_concurrent_files = 10
# (Use a number equal or higher than max_concurrent_verifications for high performance CPU utilization/ to bring down time used verifing files hashes)
# Uncomment the line below to set a customize
# max_concurrent_files = 100
# Default max_concurrent_verifications = num_cpus * 4
# Uncomment the line below to set a customize
# max_concurrent_verifications = 128
[download]
# Default max_concurrent_downloads = 10
# Uncomment the line below to set a customize
# max_concurrent_downloads = 10
# Default buffer_size 8388608 = 8MB
# Uncomment the line below to set a customize
# buffer_size = 8388608
[general]
# Default thread_sleep_ms = 0
# Uncomment the line below to set a customize
# thread_sleep_ms = 0
[logging]
# Default log_path = logs - This means it will save to a folder in the source execution file directory
# Uncomment the line below to set a customize
# log_path = '''C:\temp\logs'''
# Name of the log file (default: "DSvClient.log")
# Uncomment the line below to set a customize
# log_file = "DSvClient.log"
# Terminal log level: Error, Warn, Info, Debug, Trace (default: "Info")
# Uncomment the line below to set a customize
# term_level = "Debug"
# File log level: Error, Warn, Info, Debug, Trace (default: "Warn")
# Uncomment the line below to set a customize
# file_level = "Trace"
[exclude]
# List of patterns to exclude from processing
# Supports full URLs or partial matches
# Always use forward slashes (/) in patterns, they will match both / and \ in paths
# Examples
# "vmw/vib20/tools-light", # Example: exclude partial url
# "https://hostupdate.vmware.com/software/VUM/PRODUCTION/vmtools-main/", # Example: full URL
# "VMware_locker*.vib", # Example: exclude file pattern
# ".vib", # Example: exclude file extention
# Optional: Load additional exclusion patterns from a file
# The file should contain one pattern per line, comments (lines starting with #) are ignored
# Patterns from both 'patterns' and 'exclude_file' will be combined
# exclude_file = "exclusions.json"
patterns = [
]