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:
Luca Milanesio
2017-04-25 10:51:30 +02:00
parent c1832d93dd
commit 6002d2f48c
3 changed files with 3 additions and 3 deletions

View File

@@ -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");