Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/posthog/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _decrement_instance_count(api_key)
# @option opts [Boolean] :skip_ssl_verification +true+ to disable SSL certificate verification for requests.
# Intended only for local development or custom deployments.
# @option opts [Object] :flag_definition_cache_provider An object implementing the {FlagDefinitionCacheProvider}
# interface for distributed flag definition caching. EXPERIMENTAL: This API may change in future minor versions.
# interface for distributed flag definition caching.
def initialize(opts = {})
symbolize_keys!(opts)

Expand Down
2 changes: 0 additions & 2 deletions lib/posthog/flag_definition_cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
module PostHog
# Interface for external caching of feature flag definitions.
#
# EXPERIMENTAL: This API may change in future minor version bumps.
#
# Enables multi-worker environments (Kubernetes, load-balanced servers,
# serverless functions) to share flag definitions via an external cache,
# reducing redundant API calls.
Expand Down
Loading