mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Hugo server renders and serves from memory by default (30%+ improvement)
This commit is contained in:
@@ -18,5 +18,3 @@ import "github.com/spf13/afero"
|
||||
var SourceFs afero.Fs = new(afero.OsFs)
|
||||
var DestinationFS afero.Fs = new(afero.OsFs)
|
||||
var OsFs afero.Fs = new(afero.OsFs)
|
||||
|
||||
//var DestinationFS afero.Fs = new(afero.MemMapFs)
|
||||
|
Reference in New Issue
Block a user