1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

mass_parse_resume

This commit is contained in:
gnosygnu
2020-09-08 07:20:05 -04:00
parent 342d5baffc
commit 879545bab2
3 changed files with 13 additions and 1 deletions

View File

@@ -431,6 +431,9 @@ app.bldr.cmds {
// num_pages_in_pool = 32000;
// mgr_url = '\\server_machine_name\xowa\wiki\en.wikipedia.org\tmp\xomp\';
// wkr_machine_name = 'worker_machine_1'
// uncomment the next line to resume parsing. See === Resuming === below
// resume_enabled = 'y';
}
}
@@ -526,6 +529,9 @@ app.bldr.run;
<li>
Uncomment the line for 'wiki.mass_parse.resume'
</li>
<li>
Uncomment the line for 'resume_enabled = 'y';'
</li>
<li>
Run the command-line again
</li>

View File

@@ -431,6 +431,9 @@ app.bldr.cmds {
// num_pages_in_pool = 32000;
// mgr_url = '\\server_machine_name\xowa\wiki\en.wikipedia.org\tmp\xomp\';
// wkr_machine_name = 'worker_machine_1'
// uncomment the next line to resume parsing. See === Resuming === below
// resume_enabled = 'y';
}
}
@@ -526,6 +529,9 @@ app.bldr.run;
<li>
Uncomment the line for 'wiki.mass_parse.resume'
</li>
<li>
Uncomment the line for 'resume_enabled = 'y';'
</li>
<li>
Run the command-line again
</li>