Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Anand Doshi 2013-05-20 13:48:20 +05:30
commit 1d49d3fcc7

View File

@ -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")