From 73eb6f73b31667a762876b3d0b15b11f239d1f2c Mon Sep 17 00:00:00 2001 From: Chengxun Lee <24319042+bclswl0827@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:30:08 +0800 Subject: [PATCH] Update configuration field --- build/assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/assets/config.json b/build/assets/config.json index 5340083c..31dce63c 100644 --- a/build/assets/config.json +++ b/build/assets/config.json @@ -57,6 +57,6 @@ "enable": false, "host": "0.0.0.0", "port": 18000, - "size": 86400 + "duration": 86400 } }