Comment 3 for bug 1122028

Revision history for this message
Margarita Manterola (marga-9) wrote :

On the other bug, Ryan Lortie explained that this is because the value needs to be casted to uint32.

Changing:
idle-delay=10
To:
idle-delay=uint32 10

Makes this work correctly.

I still think this is a bug though, since it's a conf file, not a programming language. But in any case it should be documented somewhere... Where?