Skip to content

Commit 30099a8

Browse files
committed
up basil free image limit from 100 to 250
1 parent 35d8bbc commit 30099a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/basil_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class BasilService < Service
2-
FREE_IMAGE_LIMIT = 100
2+
FREE_IMAGE_LIMIT = 250
33
MAX_JOB_QUEUE_SIZE = 3
44

55
IGNORED_VALUES = ['', 'none', 'n/a', '.', '-', ' ', '?', '??', '???', 'x', nil]

0 commit comments

Comments
 (0)