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:
Ed Schouten 2009-04-06 13:09:02 +00:00
parent 54a6481fd1
commit 2dae467d61

View file

@ -72,7 +72,7 @@
#ifndef DCONS_POLL_HZ
#define DCONS_POLL_HZ 100
#define DCONS_POLL_HZ 25
#endif
#ifndef DCONS_BUF_SIZE