Merge branch 'large_imports' of https://github.com/cthulahoops/fedireads into cthulahoops-large_imports
This commit is contained in:
commit
a321ef2a82
4 changed files with 8 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue