Skip to content

Commit

Permalink
Increase Customer Sync Upper Limit (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh authored Jan 12, 2024
1 parent c973a4e commit 97f46e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/quickbooks_online/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from fyle_accounting_mappings.models import DestinationAttribute, EmployeeMapping
from qbosdk import QuickbooksOnlineSDK
from qbosdk.exceptions import WrongParamsError

from apps.fyle.models import ExpenseGroup
from apps.mappings.models import GeneralMapping
from apps.quickbooks_online.models import (
Expand All @@ -28,7 +29,7 @@

logger = logging.getLogger(__name__)

SYNC_UPPER_LIMIT = {'customers': 17000}
SYNC_UPPER_LIMIT = {'customers': 25000}


def format_special_characters(value: str) -> str:
Expand Down

0 comments on commit 97f46e1

Please sign in to comment.