Skip to content

Commit

Permalink
Increase Customer sync upper limit (#630)
Browse files Browse the repository at this point in the history
* Increase Customer sync upper limit

* Project sync upprt limit
  • Loading branch information
Ashutosh619-sudo committed Jul 25, 2024
1 parent 3252322 commit 22cbd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/netsuite/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
logger.level = logging.INFO

SYNC_UPPER_LIMIT = {
'projects': 7000,
'customers': 7000
'projects': 25000,
'customers': 25000
}


Expand Down

0 comments on commit 22cbd81

Please sign in to comment.