Sync README files from source repository [skip ci]

This commit is contained in:
Gitea Actions
2026-04-08 12:32:24 +00:00
parent f1c4258b02
commit a524fd787b
2 changed files with 111 additions and 1 deletions
+6 -1
View File
@@ -3,6 +3,8 @@
Client SDK for SmartPool proxy management system. Supports both gRPC and HTTP protocols.
> 📖 **Xem tài liệu chi tiết**: [SDK_DOCUMENTATION.md](./SDK_DOCUMENTATION.md)
>
> 📌 **Migration note (quan trọng)**: [CLIENT_MIGRATION_NOTES.md](./CLIENT_MIGRATION_NOTES.md)
## ✨ Features
@@ -65,7 +67,10 @@ Add to `appsettings.json`:
"Port": 5001,
"UseSecureConnection": false,
"DefaultAccessToken": "your-access-token",
"TimeoutMs": 30000
"RequestTimeoutMs": 30000,
"LogRequestTimeoutMs": 3000,
"LogRetryMaxBatchSize": 50,
"LogRetryFlushIntervalMs": 5000
}
}
```