ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.43k stars 889 forks source link

Set Connection Timeout #394

Open lucpattyn opened 3 years ago

lucpattyn commented 3 years ago

How to reset the connection timeout from 5 seconds to something else in Crow?

The-EDev commented 3 years ago

Hi @lucpattyn, Unfortunately this repository has not been maintained for some time and does not support custom timeout durations, a fork is being maintained here. The feature was added there and can be used via app.timeout(<uint8_t>) (replace <uint8_t> with your custom number)