From: Daniel Carl Date: Thu, 8 Jun 2017 22:05:41 +0000 (+0200) Subject: Don't limit web processes to one. X-Git-Url: https://git.owens.tech/assets/favicon.png/assets/favicon.png/git?a=commitdiff_plain;h=f407443c67c5883b3c894c08cea903bdd2ccb4bd;p=vimb.git Don't limit web processes to one. --- diff --git a/src/main.c b/src/main.c index 0fa6d86..1241c5b 100644 --- a/src/main.c +++ b/src/main.c @@ -1524,7 +1524,6 @@ static void vimb_setup(void) * the documentation. */ ctx = webkit_web_context_get_default(); webkit_web_context_set_process_model(ctx, WEBKIT_PROCESS_MODEL_MULTIPLE_SECONDARY_PROCESSES); - webkit_web_context_set_web_process_count_limit(ctx, 1); webkit_web_context_set_cache_model(ctx, WEBKIT_CACHE_MODEL_WEB_BROWSER); g_signal_connect(ctx, "initialize-web-extensions", G_CALLBACK(on_webctx_init_web_extension), NULL);