forked from GrandpaNutz/fafda
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig_sample.yaml
More file actions
34 lines (33 loc) · 971 Bytes
/
Copy pathconfig_sample.yaml
File metadata and controls
34 lines (33 loc) · 971 Bytes
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
ftpServer:
addr: ":2525"
users:
- username: "fafda"
password: "fafda"
- username: "USER1"
password: "password"
portRange:
start: 50000
end: 51000
github:
#
# Expected memory usage
# Total Memory = (partSize * concurrency * simultaneous_uploads) + 20% overhead
#
# Part Size:
# - GitHub's max supported size is 2GB
# - Must stay under 1.6GB due to driver's ±20% randomization
# - Recommended: Keep below 10MB unless you have few TB of ram
# Concurrency:
# - Depends on your internet speed, don't have time to explain math fuck around and find out
# TL;DR for the inevitable tinkerers:
# If you have to ask what these settings do, DON'T TOUCH THEM
# The defaults work. Really. Just leave it alone.
partSize: 10485760 # 10MB
concurrency: 3
releases:
- readOnly: false # I will explain later keep it same
authToken: ''
username: ''
releaseId:
releaseTag: ''
repository: ''