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