fix(meter):修复批量导入表计时的SQL语句和数据处理行为。

This commit is contained in:
徐涛
2023-06-27 14:22:43 +08:00
parent a626869f14
commit a1a72b7204
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ func init() {
func App() *fiber.App {
app := fiber.New(fiber.Config{
BodyLimit: 10 * 1024 * 1024,
BodyLimit: 30 * 1024 * 1024,
EnablePrintRoutes: true,
EnableTrustedProxyCheck: false,
Prefork: false,