Skip to content

Commit 274e9ee

Browse files
committed
docs: Remove performance optimization section from README.md to streamline documentation and focus on essential information.
1 parent 0eb434a commit 274e9ee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,14 +1018,6 @@ finally:
10181018
await sdk.shutdown()
10191019
```
10201020

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-
10291021
## 🧪 Testing & Development
10301022

10311023
### Running Tests

0 commit comments

Comments
 (0)