Skip to content

Commit

Permalink
poudriere.js: Change updateInterval to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer committed Mar 12, 2024
1 parent f0e2780 commit f1a4879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/poudriere/html/assets/poudriere.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// server_style = ['hosted', 'inline'];
const serverStyle = 'hosted';

const updateInterval = 8;
const updateInterval = 3;
let firstRun = true;
let loadAttempts = 0;
const maxLoadAttempts = 8;
Expand Down

0 comments on commit f1a4879

Please sign in to comment.