mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
feat: Added Support for ElasticSearch 9 (#1007)
This commit is contained in:
@@ -24,7 +24,7 @@ class Command(BaseCommand):
|
|||||||
"""command framework"""
|
"""command framework"""
|
||||||
|
|
||||||
TIMEOUT = 120
|
TIMEOUT = 120
|
||||||
MIN_MAJOR, MAX_MAJOR = 8, 8
|
MIN_MAJOR, MAX_MAJOR = 8, 9
|
||||||
MIN_MINOR = 0
|
MIN_MINOR = 0
|
||||||
|
|
||||||
# pylint: disable=no-member
|
# pylint: disable=no-member
|
||||||
|
|||||||
Reference in New Issue
Block a user