We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755f04c commit 32f1675Copy full SHA for 32f1675
providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/grpc.py
@@ -78,14 +78,6 @@ def _create_stub(
78
79
def initialize(self, evaluation_context: EvaluationContext) -> None:
80
self.connect()
81
- self.retry_backoff_seconds = 0.1
82
- self.connected = False
83
-
84
- self._cache = (
85
- LRUCache(maxsize=self.config.max_cache_size)
86
- if self.config.cache_type == CacheType.LRU
87
- else None
88
- )
89
90
def shutdown(self) -> None:
91
self.active = False
0 commit comments