fix33: безлимитная квота bootstrap-peer и защита от регрессии в acceptance

This commit is contained in:
2026-05-09 11:51:08 +05:00
parent 466a572263
commit b2639da71c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ func ensureSecureBootstrapPeer() error {
name := "bootstrap-admin-peer"
authID := "bootstrap-admin-peer"
remark := "bootstrap peer seeded from HY2XS_ADMIN_CON_PASS"
quota := int64(0)
quota := int64(-1)
download := int64(0)
upload := int64(0)
expires := int64(0)