README.md in macaw_framework-1.1.3 vs README.md in macaw_framework-1.1.4
- old
+ new
@@ -132,11 +132,11 @@
```json
{
"macaw": {
"port": 8080,
"bind": "localhost",
- "threads": 10,
+ "threads": 200,
"log": {
"max_length": 1024,
"sensitive_fields": [
"password"
]
@@ -212,9 +212,11 @@
```ruby
m.get('/test_params') do |context|
context[:params]["key1"] # returns: value1
end
```
+
+- The default number of virtual threads in the thread pool is 200.
- Rate Limit window should also be specified in seconds. Rate limit will be activated only if the `rate_limiting` config
exists inside `application.json`.
- If the SSL configuration is provided in the `application.json` file with valid certificate and key files, the TCP server