Skip to content

Commit a5da108

Browse files
committed
Fix API cache usage problems
1 parent 35046f4 commit a5da108

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
1 KB
Binary file not shown.

Assets/PatchKit Patcher/Resources/PatchKit Settings.asset

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ MonoBehaviour:
1414
MainApiConnectionSettings:
1515
MainServer:
1616
Host: api.patchkit.net
17-
Port: 80
17+
Port: 0
1818
UseHttps: 0
1919
Timeout: 5000
2020
CacheServers:
21-
- Host: api-cache-node-1.patchkit.net
21+
- Host: api-cache-1.patchkit.net
2222
Port: 80
2323
UseHttps: 0
2424
Timeout: 5000
25-
- Host: api-cache-node-2.patchkit.net
25+
- Host: api-cache-2.patchkit.net
2626
Port: 80
2727
UseHttps: 0
2828
Timeout: 5000
29-
- Host: api-cache-node-3.patchkit.net
29+
- Host: api-cache-3.patchkit.net
3030
Port: 80
3131
UseHttps: 0
3232
Timeout: 5000

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- HTTP downloader resumes the download on error
1717
- Moving files after installation instead of copying them
1818
- Fix keys API connection problem
19+
- Fix API cache usage problems
1920

2021
## [3.1.4]
2122
### Fixed

0 commit comments

Comments
 (0)