We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e4ce3 commit 042ceeaCopy full SHA for 042ceea
1 file changed
README.md
@@ -54,7 +54,7 @@ $cli->table(["Name", "Spell"], [
54
]);
55
$cli->progressBar(100, "Created By Wizard Loop | @WizardLoop");
56
for ($i = 1; $i <= 100; $i++) {
57
- usleep(1);
+ usleep(40000);
58
$cli->progressAdvance();
59
}
60
$cli->progressFinish();
0 commit comments