feat(sync): move stream from global to per upstream

Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
This commit is contained in:
Vishwas Rajashekar
2026-05-19 00:55:07 +05:30
parent 63b7654d50
commit 14cd52e993
12 changed files with 198 additions and 28 deletions
+1 -1
View File
@@ -13,13 +13,13 @@
"extensions": {
"sync": {
"enable": true,
"stream": true,
"registries": [
{
"urls": [
"http://localhost:9000"
],
"onDemand": true,
"stream": true,
"tlsVerify": false
}
]