We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5400f17 commit 59c5275Copy full SHA for 59c5275
1 file changed
readme.md
@@ -133,7 +133,7 @@ Here's how to do that:
133
use Phphleb\Webrotor\Config;
134
135
$config = new Config();
136
-$config->logLevel = 'warning'; // Logging level according to PSR-3.
+$config->logLevel = 'warning'; // Logging max level according to PSR-3.
137
$config->workerNum = 2; // Number of workers.
138
$config->workerLifetimeSec = 120; // Worker lifetime is two minutes.
139
0 commit comments