Increase polling frequency.

This commit is contained in:
Jonathan Naylor 2016-05-21 12:34:47 +01:00
parent 5a9a6ccc58
commit 3cac3af31e
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ m_address(),
m_port(0U),
m_debug(debug),
m_buffer(1000U, "YSF Network"),
m_pollTimer(1000U, 60U)
m_pollTimer(1000U, 5U)
{
}