database name change to statistics.sqlite3 (#3147)

Clearer filename.
pull/3150/head
Robert 7 years ago committed by Frans de Jonge
parent c6cfed92d7
commit 7cec63e77a

@ -20,7 +20,7 @@ local Screen = require("device").screen
local T = require("ffi/util").template
local statistics_dir = DataStorage:getDataDir() .. "/statistics/"
local db_location = DataStorage:getSettingsDir() .. "/book.sqlite3"
local db_location = DataStorage:getSettingsDir() .. "/statistics.sqlite3"
local PAGE_INSERT = 50
local DEFAULT_MIN_READ_SEC = 5
local DEFAULT_MAX_READ_SEC = 120

Loading…
Cancel
Save