From 5595858db92d29e69da1e69f6fecd200e737e328 Mon Sep 17 00:00:00 2001 From: Johann Saunier Date: Tue, 29 Sep 2015 18:20:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41dabea..e268f7c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ With YOLO : use Gos\Component\Yolo\Yolo; $maxRetry = 10; // Default is 5 -$timeout = 10; // Default is 5 (in second) +$timeout = 10; // Default is 5 (in second), set 0 for not timeout $allowedException = ['RuntimeException']; // empty by default, consider exception as a "success" $yoloPush = new Yolo(array($pusher, 'push'), array($notification), $maxRetry, $timeout); $yoloPush->run();