Increase change screen refresh to 5 mins
Increase default setting of change.updateDelay to facilitate new Gerrit setups of novice users to scale up even with limited resources availability. The old value (30 seconds) was too small and caused problems of server overloaded by REST API calls. Change-Id: I68f8adfbb887e7f300e6c53b791570e4b22a5458
This commit is contained in:
@@ -168,7 +168,7 @@ public class ServerInfoIT extends AbstractDaemonTest {
|
||||
assertThat(i.change.largeChange).isEqualTo(500);
|
||||
assertThat(i.change.replyTooltip).startsWith("Reply and score");
|
||||
assertThat(i.change.replyLabel).isEqualTo("Reply\u2026");
|
||||
assertThat(i.change.updateDelay).isEqualTo(30);
|
||||
assertThat(i.change.updateDelay).isEqualTo(300);
|
||||
|
||||
// download
|
||||
assertThat(i.download.archives).containsExactly("tar", "tbz2", "tgz", "txz");
|
||||
|
Reference in New Issue
Block a user