My server was made from CX's template at arras-template.glitch.me
. Inside Glitch's "Container Stats," CPU isn't red or yellow, but my Arras server feels less smooth than what I might get on a normal server. How can I fix this issue?
我的服务器是由位于arras-template.glitch.me的CX模板创建的。在Gitch的“Container Stats”中,CPU不是红色或黄色的,但我的ARRAS服务器感觉不如我在普通服务器上获得的流畅。我如何解决此问题?
更多回答
优秀答案推荐
This is a problem specific to CX's Glitch template.
这是CX故障模板特有的问题。
To resolve this issue, go to config.json
.
要解决此问题,请转到config.json。
- "runSpeed": 0.7,
+ "runSpeed": 1.0,
This will help increase a statistic known as Update Rate.
这将有助于增加一个被称为更新率的统计数据。
This will not reduce CPU usage.
这不会减少CPU使用率。
更多回答
我是一名优秀的程序员,十分优秀!