Skip to content

Commit 6fc4d22

Browse files
committed
Update README.md
1 parent d00ff7e commit 6fc4d22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Install: `php composer.phar require bazilio/yii2-async:dev-master`
4242
'hostname' => 'localhost',
4343
'port' => 6379,
4444
'database' => 0,
45+
'dataTimeout' => -1, // important for daemon and blocking queries
4546
],
4647
'async' => [
4748
'class' => 'bazilio\async\AsyncComponent',
@@ -137,4 +138,4 @@ vendor/bin/codecept run
137138
Or in Docker:
138139
~~~
139140
./test.sh
140-
~~~
141+
~~~

0 commit comments

Comments
 (0)