Skip to content

Commit

Permalink
sync prod versions and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Apr 2, 2024
1 parent 35f3763 commit 6d9136e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions data/common.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
pkg::any-sync-node: 0.3.17
pkg::any-sync-filenode: 0.5.4
pkg::any-sync-coordinator: 0.3.6
pkg::any-sync-consensusnode: 0.1.1
pkg::any-ns-node: 0.1.6
pkg::any-sync-node: 0.3.25
pkg::any-sync-filenode: 0.6.1
pkg::any-sync-coordinator: 0.3.17
pkg::any-sync-consensusnode: 0.1.5
pkg::any-ns-node: 0.1.14

anysync::node: false
anysync::filenode: false
Expand Down
8 changes: 4 additions & 4 deletions data/common/coordinator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ anysync::coordinator::config::cfg:
cafeApi:
url: "https://<login:pass>@cafe1.anytype.io"
networkStorePath: /var/lib/any-sync-coordinator/networkStore
fileLimit:
limitDefault: 1073741824
limitAlphaUsers: 10737418240
limitNightlyUsers: 53687091200
defaultLimits:
spaceMembersRead: 3
spaceMembersWrite: 3
sharedSpacesLimit: 3
1 change: 1 addition & 0 deletions data/common/filenode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ anysync::filenode::config::cfg:
bucket: FIXME
maxThreads: 16
networkStorePath: /var/lib/any-sync-filenode/networkStore
defaultLimit: 1073741824

0 comments on commit 6d9136e

Please sign in to comment.