aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-01 14:59:45 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-01 22:03:45 +0000
commitb5aa0d2a4f6b70c16323e5ea69412c3cc861379e (patch)
tree85b8d0527ff9c18e135a092f874ed30c89215e20
parentafa8c02e6fef5b575cb626e3e608c22856ebaad4 (diff)
Qt: Try to reduce the initialization time.
Change-Id: I4f7e9abee9ebb7ecc862e2122bc47ec65252c3ec Reviewed-on: https://code.wireshark.org/review/4410 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--ui/qt/splash_overlay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/splash_overlay.cpp b/ui/qt/splash_overlay.cpp
index 97e0f2a9a9..3c5e77df52 100644
--- a/ui/qt/splash_overlay.cpp
+++ b/ui/qt/splash_overlay.cpp
@@ -35,7 +35,7 @@
/*
* Update frequency for the splash screen, given in milliseconds.
*/
-int info_update_freq_ = 15;
+int info_update_freq_ = 100;
void splash_update(register_action_e action, const char *message, void *dummy) {
Q_UNUSED(dummy);