and make it 0.01 secs :)

SVN revision: 5413
This commit is contained in:
Carsten Haitzler 2001-10-02 03:30:29 +00:00
parent 56723c4207
commit aec66cb567
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ e_fs_flush_timeout(int val, void *data)
{
if (efsd_flush(ec) > 0)
e_add_event_timer("e_fs_flush_timeout()",
0.05, e_fs_flush_timeout, 0, NULL);
0.01, e_fs_flush_timeout, 0, NULL);
}
UN(data);
UN(val);