-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set auto vaccum False, add fail_if_requests_timedout_in_last_x_second…
…s_is_more_than_y Signed-off-by: Praneeth Bedapudi <[email protected]>
- Loading branch information
1 parent
106f33a
commit f3be219
Showing
4 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ | |
EMAIL = "[email protected]" | ||
AUTHOR = "BEDAPUDI PRANEETH" | ||
REQUIRES_PYTHON = ">=3.6.0" | ||
VERSION = "3.0.28" | ||
VERSION = "3.0.30" | ||
|
||
# What packages are required for this module to be executed? | ||
REQUIRED = ["falcon", "liteindex==0.0.3.2.dev4", "zstandard", "gunicorn[gevent]", "msgpack"] | ||
REQUIRED = ["falcon", "liteindex==0.0.3.2.dev6", "zstandard", "gunicorn[gevent]", "msgpack"] | ||
|
||
# What packages are optional? | ||
EXTRAS = { | ||
|