X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1405761d13e0ba62db4b1f9a9d5fa1472142b6d0..85800bcf632ba3e027667835b08f8e0dc5ab6177:/wolnelektury/settings/custom.py diff --git a/wolnelektury/settings/custom.py b/wolnelektury/settings/custom.py index 446c730ee..a0bab7a64 100644 --- a/wolnelektury/settings/custom.py +++ b/wolnelektury/settings/custom.py @@ -16,6 +16,3 @@ CATALOGUE_CUSTOMPDF_RATE_LIMIT = '1/m' # set to 'new' or 'old' to skip time-consuming test # for TeX morefloats library version LIBRARIAN_PDF_MOREFLOATS = None - -# Max memory used by search -JVM_MAXHEAP = '256m'