Skip to content

Commit 449d80f

Browse files
default enableSeparateDataOutput to true (#1476)
1 parent b1661f0 commit 449d80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/plan.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ let
155155

156156
enableSeparateDataOutput = mkOption {
157157
type = bool;
158-
default = (def.enableSeparateDataOutput or false);
158+
default = (def.enableSeparateDataOutput or true);
159159
};
160160

161161
enableProfiling = mkOption {

0 commit comments

Comments
 (0)