mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 17:07:22 +01:00
add horizontal file sharding based on filename matches
This commit is contained in:
parent
2a5e505130
commit
b6404a9c1d
11 changed files with 72 additions and 21 deletions
|
|
@ -41,7 +41,17 @@
|
|||
"MaxJoinedGroupsByUser": 6,
|
||||
"MaxGroupUserCount": 100,
|
||||
"PurgeUnusedAccounts": false,
|
||||
"PurgeUnusedAccountsPeriodInDays": 14
|
||||
"PurgeUnusedAccountsPeriodInDays": 14,
|
||||
"CdnShardConfiguration": [
|
||||
{
|
||||
"FileMatch": "^[01234567]",
|
||||
"CdnFullUrl": ""
|
||||
},
|
||||
{
|
||||
"FileMatch": "^[89ABCDEF]",
|
||||
"CdnFullUrl": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue