From 6b9f40d5c19ecaac553fa3e554a1b18cfaa38e8c Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 3 Aug 2023 16:52:15 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=20safe=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/const/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/const/protocol.py b/apps/assets/const/protocol.py index e2a601618..553201237 100644 --- a/apps/assets/const/protocol.py +++ b/apps/assets/const/protocol.py @@ -196,7 +196,7 @@ class Protocol(ChoicesMixin, models.TextChoices): 'setting': { 'safe_mode': { 'type': 'bool', - 'default': True, + 'default': False, 'label': _('Safe mode'), 'help_text': _( 'When safe mode is enabled, some operations will be disabled, such as: '