VirtualBox

Changeset 30019 in vbox for trunk


Ignore:
Timestamp:
Jun 4, 2010 7:56:11 AM (15 years ago)
Author:
vboxsync
Message:

VBoxService/TimeSync: Corrected threshold value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp

    r29594 r30019  
    188188        {
    189189            rc = VBoxServiceReadPropUInt32(uGuestPropSvcClientID, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold",
    190                                            &g_TimeSyncSetThreshold, 0, 7*24*60*1000 /* a week */);
     190                                           &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000 /* a week */);
    191191        }
    192192        if (   RT_SUCCESS(rc)
     
    236236    else if (!strcmp(argv[*pi], "--timesync-set-threshold"))
    237237        rc = VBoxServiceArgUInt32(argc, argv, "", pi,
    238                                   &g_TimeSyncSetThreshold, 0, 7*24*60*1000); /* a week */
     238                                  &g_TimeSyncSetThreshold, 0, 7*24*60*60*1000); /* a week */
    239239    else if (!strcmp(argv[*pi], "--timesync-set-start"))
    240240    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette