This commit is contained in:
djcb
2012-11-08 21:35:01 +02:00
parent 3c06758928
commit e5e5955752
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ generate_pdf (MuMsg *msg, const char *str, GError **err)
WebKitWebSettings *settings;
WebKitLoadStatus status;
time_t started;
const int max_time = 3; /* max two seconds to download stuff */
const int max_time = 3; /* max 3 seconds to download stuff */
settings = webkit_web_settings_new ();
g_object_set (G_OBJECT(settings),