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>
This commit is contained in:
Gerald Combs 2014-10-01 14:59:45 -07:00
parent afa8c02e6f
commit b5aa0d2a4f

View file

@ -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);