mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
warn if dirty db is used
This commit is contained in:
parent
90bbf169b2
commit
e9fc16a974
1 changed files with 4 additions and 0 deletions
|
@ -152,3 +152,7 @@ for(var i in settings)
|
|||
console.warn("This setting doesn't exist or it was removed");
|
||||
}
|
||||
}
|
||||
|
||||
if(exports.dbType === "dirty"){
|
||||
console.warn("DirtyDB is used. This is fine for testing but not recommended for production.")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue