Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ax l
MCSManager
Commits
688ce6df
Commit
688ce6df
authored
5 years ago
by
Suwings
Browse files
Options
Download
Email Patches
Plain Diff
修改 控制台刷新频率默认1秒
parent
318880ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
model/init_config/property.js
+2
-2
model/init_config/property.js
with
2 additions
and
2 deletions
+2
-2
model/init_config/property.js
+
2
-
2
View file @
688ce6df
...
@@ -53,9 +53,9 @@ MCSERVER.localProperty.ftp_start_port = 20010;
...
@@ -53,9 +53,9 @@ MCSERVER.localProperty.ftp_start_port = 20010;
MCSERVER
.
localProperty
.
ftp_end_port
=
20200
;
MCSERVER
.
localProperty
.
ftp_end_port
=
20200
;
//控制台实时刷新频率 单位毫秒 默认 1
4
00 毫秒
//控制台实时刷新频率 单位毫秒 默认 1
0
00 毫秒
//建议在 1000 毫秒 与 3000 毫秒之选择
//建议在 1000 毫秒 与 3000 毫秒之选择
MCSERVER
.
localProperty
.
console_send_times
=
1
4
00
;
MCSERVER
.
localProperty
.
console_send_times
=
1
0
00
;
//控制台一次性发送的数据最大限制
//控制台一次性发送的数据最大限制
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment