projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d7f94
)
Don't limit web processes to one.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 8 Jun 2017 22:05:41 +0000
(
00:05
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 8 Jun 2017 22:05:41 +0000
(
00:05
+0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
0fa6d86
..
1241c5b
100644
(file)
--- 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);