Redmine Jumpbox need manual config for date time to sync

Redmine Jumpbox version: 1.1.10
VMWare 2.0 Server on Windows 2008

Just a suggestion. I got problem with date time sync with host at first I tried check and make sure it has following line

tools.syncTime = “TRUE”

in vmx but it turn out that it still won't work. After googled I found that it need to put following properties

tools.syncTime.period = “1″
timeTracker.periodicStats=”True”
timeTracker.statsIntercal=”10″

and now it work.

I'm not sure Jumpbox purposely want us to manually config time sync or not but I think it would safe me a while if you could make this configured by default.

Just post in case someone else got similar problem to mine.