mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -29,6 +29,6 @@ def execute():
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
i += 1
|
i += 1
|
||||||
if i%50 == 0:
|
if i%20 == 0:
|
||||||
webnotes.conn.sql("commit")
|
webnotes.conn.sql("commit")
|
||||||
webnotes.conn.sql("start transaction")
|
webnotes.conn.sql("start transaction")
|
||||||
Reference in New Issue
Block a user