mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Reduce the dcons polling frequency to 25 Hz.
It makes little sense to use 100 Hz polling in dcons. We cannot live without polling, because that's just how dcons works. It polls the buffer filled by the firewire hardware. 25 Hz is probably enough for most use cases. Discussed with: rwatson Tested by: kan
This commit is contained in:
parent
54a6481fd1
commit
2dae467d61
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
|
||||
#ifndef DCONS_POLL_HZ
|
||||
#define DCONS_POLL_HZ 100
|
||||
#define DCONS_POLL_HZ 25
|
||||
#endif
|
||||
|
||||
#ifndef DCONS_BUF_SIZE
|
||||
|
|
|
|||
Loading…
Reference in a new issue