[epiphany] Switch to one process per web view model by default



commit 5694d817e3d831aed7474d3411d211880d6aae44
Author: Carlos Garcia Campos <cgarcia igalia com>
Date:   Wed Mar 19 20:15:16 2014 +0100

    Switch to one process per web view model by default

 data/org.gnome.epiphany.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 3df5eea..ffa9563 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -67,7 +67,7 @@
                         <description>When this option is set to true, tabs will not start loading until the 
user switches to them, upon session restore.</description>
                 </key>
                 <key name="process-model" enum="org.gnome.Epiphany.EphyPrefsProcessModel">
-                        <default>'shared-secondary-process'</default>
+                        <default>'one-secondary-process-per-web-view'</default>
                         <summary>Process model</summary>
                         <description>This option allows to set the process model used. Use 
'shared-secondary-process' to use a single web process shared by all the tabs and 
'one-secondary-process-per-web-view' to use a different web process for each tab.</description>
                 </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]