Skip to content

Commit 253ef74

Browse files
committed
Increase timing
1 parent 299b6d2 commit 253ef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Simple/Bank.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Bank extends Application
99
{
1010
public function run()
1111
{
12-
$this->loop()->addPeriodicTimer(0.5, function() {
12+
$this->loop()->addPeriodicTimer(1.5, function() {
1313
$this->emit('transaction', new Transaction(
1414
['usd', 'eur'][rand(0, 1)],
1515
rand(10, 250)

0 commit comments

Comments
 (0)