Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/900
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 21, 2024
1 parent add3bdb commit b9e2afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavours/classic/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cute_gifs_dir = System.get_env("CUTE_GIFS_DIR", "data/uploads/cute-gifs/")
config :bonfire,
# how many nested replies to show
thread_default_max_depth: 7,
feed_live_update_many_preloads: :async_actions,
feed_live_update_many_preload_mode: :async_actions,
host: host,
default_cache_hours: String.to_integer(System.get_env("BONFIRE_CACHE_HOURS", "3")),
app_name: System.get_env("APP_NAME", "Bonfire"),
Expand Down

0 comments on commit b9e2afb

Please sign in to comment.