mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v3.1.4.2
This commit is contained in:
@@ -33,8 +33,6 @@ public class Xob_tmp_wtr {
|
||||
public void Flush(Gfo_usr_dlg usr_dlg) {
|
||||
if (bfr.Len() == 0) return; // nothing to flush
|
||||
Io_url url = url_gen.Nxt_url();
|
||||
if (bfr.Len() > fil_max) // NOTE: data can exceed proscribed len; EX: wikt:Category for Italian nouns is 1 MB+
|
||||
usr_dlg.Log_many("xowa.tmp_wtr", "flush", "--fil exceeds len: ~{0} ~{1} ~{2}", bfr.Len(), fil_max, url.Xto_api());
|
||||
Io_mgr.Instance.AppendFilBfr(url, bfr);
|
||||
}
|
||||
public void Rls() {bfr.Rls();}
|
||||
|
||||
Reference in New Issue
Block a user