InitExperimental: Tone down NoteDb warnings

NoteDb is still kind of experimental, and it's fine to ask the question
under this section. But at this point we do think it's ok for production
data in a new site.

Change-Id: I133f0c730776983446dee1c575edcef99ba4e53f
This commit is contained in:
Dave Borowitz
2017-08-15 15:40:18 -04:00
parent cd4655c72c
commit b7ae4719d7

View File

@@ -58,9 +58,8 @@ class InitExperimental implements InitStep {
private void initNoteDb() {
ui.message(
"Use experimental NoteDb for change metadata?\n"
+ " NoteDb is not recommended for production servers."
+ " Please familiarize yourself with the documentation:\n"
"Use NoteDb for change metadata?\n"
+ " See documentation:\n"
+ " https://gerrit-review.googlesource.com/Documentation/dev-note-db.html\n");
if (!ui.yesno(false, "Enable")) {
return;