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 299b6d2 commit 253ef74Copy full SHA for 253ef74
examples/Simple/Bank.php
@@ -9,7 +9,7 @@ class Bank extends Application
9
{
10
public function run()
11
12
- $this->loop()->addPeriodicTimer(0.5, function() {
+ $this->loop()->addPeriodicTimer(1.5, function() {
13
$this->emit('transaction', new Transaction(
14
['usd', 'eur'][rand(0, 1)],
15
rand(10, 250)
0 commit comments