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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user