VirtualBox

Changeset 100451 in vbox for trunk/include


Ignore:
Timestamp:
Jul 10, 2023 11:07:27 AM (17 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Lowered the default timeout from 30s to 5s, as the UI can feel sluggish on Windows otherwise. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard.h

    r100393 r100451  
    8888typedef SHCLFORMATS *PSHCLFORMATS;
    8989
    90 /** Defines the default timeout (in ms) to use for clipboard operations. */
    91 #define SHCL_TIMEOUT_DEFAULT_MS                 RT_MS_30SEC
     90/** Defines the default timeout (in ms) to use for clipboard single wait operations.
     91 *  Not being used for lenghtly operations as a whole!
     92 *  Note: Don't set this too high, otherwise the UI feels sluggish. */
     93#define SHCL_TIMEOUT_DEFAULT_MS                 RT_MS_5SEC
    9294
    9395
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