mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 16:29:29 +00:00
Revert "[debug] migration troubleshooting"
This reverts commit 08927fabe5.
This commit is contained in:
parent
f67b2e7488
commit
d9084bfb64
@ -2110,7 +2110,7 @@ void Application::init_logger()
|
||||
}
|
||||
|
||||
log4cpp::Category& root = log4cpp::Category::getRoot();
|
||||
#if 1 // RED_DEBUG
|
||||
#ifdef RED_DEBUG
|
||||
root.setPriority(log4cpp::Priority::DEBUG);
|
||||
root.removeAllAppenders();
|
||||
root.addAppender(new log4cpp::FileAppender("_", fd));
|
||||
|
||||
@ -93,7 +93,7 @@ int agent_mouse = TRUE;
|
||||
|
||||
static void openssl_init();
|
||||
|
||||
#define MIGRATE_TIMEOUT (1000 * 100) /* 10sec */
|
||||
#define MIGRATE_TIMEOUT (1000 * 10) /* 10sec */
|
||||
#define PING_INTERVAL (1000 * 10)
|
||||
#define KEY_MODIFIERS_TTL (1000 * 2) /*2sec*/
|
||||
#define MM_TIMER_GRANULARITY_MS (1000 / 30)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user