Set the filesystem flushes
Linux systems running the ext3 filesystem only flush data to disk every five seconds.
If the server is on a Linux system, edit the mount options to include the following.
commit=1
This variable changes the flush frequency from fives seconds to one. Set the flush frequency in the /etc/fstab
file to make sure the configuration remains after reboot.