Skip to content

Commit

Permalink
Reduce the polling time for updates from 60s to 10s to stress the sys…
Browse files Browse the repository at this point in the history
…tem.
  • Loading branch information
aled committed Jul 24, 2024
1 parent 11fd719 commit 2025a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fakemail.Web/Views/Home/User.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Password: <span class="sourcecode copyable-text" data-bs-toggle="tooltip" data-b
}
function UpdateTable(isOneOff) {
var nextUpdate = 60000;
var nextUpdate = 10000;
fetch("@Model.UserId/smtpuser/@Model.SmtpCredentials.First().SmtpUsername/update/" + sequenceNumber, {
method: 'GET'
Expand Down

0 comments on commit 2025a15

Please sign in to comment.