Sync README files from source repository [skip ci]
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user