Merge branch 'large_imports' of https://github.com/cthulahoops/fedireads into cthulahoops-large_imports

This commit is contained in:
Mouse Reeve
2020-05-02 17:07:46 -07:00
4 changed files with 8 additions and 4 deletions

View File

@ -7,8 +7,8 @@ from fedireads.tasks import app
from fedireads.models import ImportJob, ImportItem
from fedireads.status import create_notification
# TODO: remove or notify about this in the UI
MAX_ENTRIES = 20
# TODO: remove or increase once we're confident it's not causing problems.
MAX_ENTRIES = 500
def create_job(user, csv_file):