An Elixir toolkit for the AT Protocol. hexdocs.pm/atex
elixir bluesky atproto decentralization
25
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(oauth): align Cache metadata ttl_check_interval with server cache (5 min)

+1 -1
+1 -1
lib/atex/oauth/cache.ex
··· 38 38 {ConCache, 39 39 [ 40 40 name: @authz_metadata_cache, 41 - ttl_check_interval: :timer.seconds(30), 41 + ttl_check_interval: :timer.minutes(5), 42 42 global_ttl: @ttl_ms 43 43 ]}, 44 44 id: :authz_metadata_cache