We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb434a commit 274e9eeCopy full SHA for 274e9ee
README.md
@@ -1018,14 +1018,6 @@ finally:
1018
await sdk.shutdown()
1019
```
1020
1021
-### Performance Optimization
1022
-
1023
-- 🚀 **Enable auto-flush** for real-time event sending: `auto_flush=True`
1024
-- 🚀 **Adjust flush intervals** based on your needs: `flush_interval=5`
1025
-- 🚀 **Use appropriate timeout values** for your network conditions
1026
-- 🚀 **Batch related operations** under the same agent for better grouping
1027
-- 🚀 **Include performance metadata** (response times, memory usage) for monitoring
1028
1029
## 🧪 Testing & Development
1030
1031
### Running Tests
0 commit comments