diff --git a/providers/lunchflow.mdx b/providers/lunchflow.mdx index d00b3da..bf6ccfa 100644 --- a/providers/lunchflow.mdx +++ b/providers/lunchflow.mdx @@ -90,6 +90,8 @@ LUNCHFLOW_INCLUDE_PENDING=1 When enabled, transactions marked as pending by Lunch Flow will be imported and displayed with a "Pending" badge in the UI. +When a pending transaction posts, Sure automatically refreshes the stored snapshot so the entry transitions from pending to posted. The "Pending" badge is removed and the transaction reflects the final posted details. + ### Debug mode For troubleshooting, you can enable debug logging to see the raw API responses: diff --git a/self-hosting.mdx b/self-hosting.mdx index f0d709a..5ad6825 100644 --- a/self-hosting.mdx +++ b/self-hosting.mdx @@ -645,6 +645,16 @@ docker compose exec web env DRY_RUN=false bin/rails security:backfill_encryption The task is idempotent, so it is safe to rerun if needed. +### Sure NDJSON import file size limit + +By default, Sure NDJSON imports are limited to a fixed maximum file size. Self-hosted admins can raise this limit with an environment variable: + +```txt +SURE_IMPORT_MAX_NDJSON_SIZE_MB=100 +``` + +This setting applies to both the GUI upload and the API upload paths. Set the value to the maximum file size in megabytes that you want to allow. + ### Slow CSV imports If CSV imports are processing rows slower than expected, check your worker logs for errors: