From 8077e8b67bc017a9e0016180a6eacc114cec28c8 Mon Sep 17 00:00:00 2001
From: DJIsean <102007705+DJIsean@users.noreply.github.com>
Date: Thu, 15 Dec 2022 16:14:24 +0800
Subject: [PATCH] Update DeviceServiceImpl.java

---
 src/main/resources/application.yml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 80c32ce..de9dcfd 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -27,6 +27,10 @@
         max-idle: 8
         min-idle: 0
 
+  servlet:
+    multipart:
+      max-file-size: 2GB
+      max-request-size: 2GB
 
 jwt:
   issuer: DJI
@@ -107,3 +111,7 @@
     com.dji.sample: debug
   file:
     name: logs/cloud-api-sample.log
+
+ntp:
+  server:
+    host: Google.mzr.me
\ No newline at end of file

--
Gitblit v1.9.3