vinniefalco / BeastLounge

Massively Multiplayer Online Blackjack Game using Boost.Beast
http://beastlounge.com
Boost Software License 1.0
2 stars 0 forks source link

Configurable timeouts #15

Open djarek opened 5 years ago

djarek commented 5 years ago

Handshake and idle timeouts are now loaded from the configuration file. This prevents connections from timing out on Heroku (where the app is required to send at least 1 byte every 55s).

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into work will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             work      #15   +/-   ##
=======================================
  Coverage   78.58%   78.58%           
=======================================
  Files          36       36           
  Lines        2974     2974           
=======================================
  Hits         2337     2337           
  Misses        637      637

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update caafbe1...b9ec0a7. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #15 into work will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             work      #15   +/-   ##
=======================================
  Coverage   78.58%   78.58%           
=======================================
  Files          36       36           
  Lines        2974     2974           
=======================================
  Hits         2337     2337           
  Misses        637      637

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2b6d5b2...b9ec0a7. Read the comment docs.

vinniefalco commented 5 years ago

hmm I just noticed this now