In module/codec/fake.c, all time parameters but fake-file-reload are measured in milliseconds. For the latter one, millisecond should also be more appropriate than second as the unit of time. (see trac #2295) This patch just changes fake-file-reload from sec to millisec. Erwan10