Skip to content

Commit

Permalink
increase DATA_UPLOAD_MAX_NUMBER_FIELDS
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 14, 2024
1 parent e44eee8 commit 03b3cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fishauctions/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@

SEND_WELCOME_EMAIL = True # when a user adds an unverified email address to their auction, send an email about the site

DATA_UPLOAD_MAX_NUMBER_FIELDS = 2000
DATA_UPLOAD_MAX_NUMBER_FIELDS = 20000

# the following words are very common and should not be used when generating recommended lots or assigning categories
IGNORE_WORDS = ['albino','red','blue','pair','super','fish','black','breeding','group','fry','female','water','male','trio','green','lot','fin','yellow','gold','large','donation','young','filter','white','fire','blood','and','orange','bag','qty','juvies','starter','adult','hardy','with','small','size','breeders','brown','breeder','pack','two','pink','proven','better','than','more','adults','inch','from','wild','bunch','superb','the','double','reverse','new', 'test']
Expand Down

0 comments on commit 03b3cb7

Please sign in to comment.