perkeep/pkg/serverconfig
Brad Fitzpatrick 5c5666d037 Thumbnail cleanups and let the meta map persist on disk with a sorted.KeyValue
Previously, every time you restarted the server, it forgot about all
thumbnails previously generated.  (in practice it didn't/doesn't
matter with a single user, though, since they're still cached in the
browser and we always reply to If-Modified-Since immediately without
checking the cache)  But it'll matter more with the Publish handler.

Also, rename some stuff, clean up some stuff, drop an unused interface.

And then necessarily change the serverconfig low-level generator to use
a kvfile for the thumbmeta map when using local disk for blobs.

--

Change-Id: I4dcfcb21429a440aa118794c03f7abf7bd69c33b
2013-12-14 09:37:56 -08:00
..
testdata Thumbnail cleanups and let the meta map persist on disk with a sorted.KeyValue 2013-12-14 09:37:56 -08:00
export_test.go serverconfig: add kvfile support 2013-08-25 12:25:30 -05:00
genconfig.go Thumbnail cleanups and let the meta map persist on disk with a sorted.KeyValue 2013-12-14 09:37:56 -08:00
serverconfig.go serverconfig: also write mem profile with CAMLI_PPROF_START 2013-12-07 18:34:13 -08:00
serverconfig_test.go serverconfig: fix another /path/to/secring canonicalization case 2013-11-25 08:27:11 -08:00