Changeset 2915


Ignore:
Timestamp:
10 Dec 2007, 22:34:06 (17 years ago)
Author:
Henrik Bettermann
Message:

uncomment limitation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_epayment/upgradePayments.py

    r2897 r2915  
    6464    if not count % commit_after:
    6565        logger.info("committing %d total %d" % (commit_after,count))
    66         commit_count += 1
    67         if not commit_count % 2:
    68             break
     66        #commit_count += 1
     67        #if not commit_count % 2:
     68        #    break
    6969    count += 1
    7070logger.info("%d of %d upgraded" % (count,total))
Note: See TracChangeset for help on using the changeset viewer.