mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
revert django-q configuration
This commit is contained in:
parent
b48e67d714
commit
12836d4c68
@ -14,6 +14,8 @@ paperless-ng 1.1.2
|
|||||||
|
|
||||||
* Fixed an issue with the metadata tab not reporting anything in case of missing files.
|
* Fixed an issue with the metadata tab not reporting anything in case of missing files.
|
||||||
|
|
||||||
|
* Reverted a change from 1.1.0 that caused huge memory usage due to redis caching.
|
||||||
|
|
||||||
paperless-ng 1.1.1
|
paperless-ng 1.1.1
|
||||||
##################
|
##################
|
||||||
|
|
||||||
|
@ -398,7 +398,7 @@ Q_CLUSTER = {
|
|||||||
'name': 'paperless',
|
'name': 'paperless',
|
||||||
'catch_up': False,
|
'catch_up': False,
|
||||||
'workers': TASK_WORKERS,
|
'workers': TASK_WORKERS,
|
||||||
'django_redis': 'default'
|
'redis': os.getenv("PAPERLESS_REDIS", "redis://localhost:6379")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user