mirror of
https://github.com/gnosygnu/xowa.git
synced 2025-05-31 22:44:34 +00:00
mass_parse_resume
This commit is contained in:
parent
342d5baffc
commit
879545bab2
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -385,7 +385,7 @@ Stores most recently viewed page. Used when visiting "Special:XowaCfg"
|
||||
|
||||
<!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<textarea id="xowa.app.startup.tabs.previous_list" data-xocfg-key="xowa.app.startup.tabs.previous_list" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo xocfg_data__readonly" readonly="true">home/wiki/App/Xtn/Browser/HTTP_Server</textarea></div>
|
||||
<textarea id="xowa.app.startup.tabs.previous_list" data-xocfg-key="xowa.app.startup.tabs.previous_list" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo xocfg_data__readonly" readonly="true">home/wiki/Dev/Command-line/Dumps?action=edit</textarea></div>
|
||||
|
||||
<!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.app.startup.tabs.previous_list__key_box' value='xowa.app.startup.tabs.previous_list'></input>
|
||||
|
Loading…
Reference in New Issue
Block a user