Add support for ephemeral (zero disk access)

This commit is contained in:
Quentin Rameau
2018-10-08 11:37:11 +02:00
parent 6850365d7c
commit f61cfc720c
2 changed files with 19 additions and 8 deletions
+1
View File
@@ -29,6 +29,7 @@ static Parameter defconfig[ParameterLast] = {
[DefaultCharset] = { { .v = "UTF-8" }, },
[DiskCache] = { { .i = 1 }, },
[DNSPrefetch] = { { .i = 0 }, },
[Ephemeral] = { { .i = 0 }, },
[FileURLsCrossAccess] = { { .i = 0 }, },
[FontSize] = { { .i = 12 }, },
[FrameFlattening] = { { .i = 0 }, },