feat(sync): use waiting for descriptor fetch

Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
This commit is contained in:
Vishwas Rajashekar
2026-05-20 01:12:09 +05:30
parent d93506909c
commit f7444abbd4
6 changed files with 129 additions and 33 deletions
+1 -1
View File
@@ -106,13 +106,13 @@ EOF
"extensions": {
"sync": {
"enable": true,
"stream": true,
"registries": [
{
"urls": [
"http://localhost:${upstream_port}"
],
"onDemand": true,
"stream": true,
"tlsVerify": false
}
]