diff --git a/eppo_client/constants.py b/eppo_client/constants.py index e0f7f3a..1ed89f4 100644 --- a/eppo_client/constants.py +++ b/eppo_client/constants.py @@ -1,6 +1,3 @@ # poller -# We accidently shipped Python with a 5 minute poll interval. -# Customers can set the poll interval to 30 seconds to match the behavior of the other server SDKs. -# Please change this to 30 seconds when ready to bump to 4.0. -POLL_JITTER_SECONDS_DEFAULT = 30 # 30 seconds -POLL_INTERVAL_SECONDS_DEFAULT = 5 * 60 # 5 minutes +POLL_JITTER_SECONDS_DEFAULT = 30 +POLL_INTERVAL_SECONDS_DEFAULT = 30 diff --git a/eppo_client/version.py b/eppo_client/version.py index 1a6e221..064c0b3 100644 --- a/eppo_client/version.py +++ b/eppo_client/version.py @@ -1,4 +1 @@ -# Note to developers: When ready to bump to 4.0, please change -# the `POLL_INTERVAL_SECONDS` constant in `eppo_client/constants.py` -# to 30 seconds to match the behavior of the other server SDKs. -__version__ = "3.8.0" +__version__ = "4.0.2"