-
Notifications
You must be signed in to change notification settings - Fork 15
优化建议 #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
想解决什么问题
1、单次请求大小限制4194305 希望更大
2、页面查询太卡
3、内存占用很大
期望的方案
1、希望支持压缩传输 或判断下大小 太大的直接禁止
2、查询时把所有的一次型全部查出来了 卡的很 建议 默认不要带详情 这样查的快 点击时再查询 否则一直使用大请求时 根本没法查询
3、内存好像也是因为请求太大 引起的看看有什么办法优化
备选方案 / 补充
No response