Skip to content

Commit

Permalink
Scale up image
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkonidas committed Jun 20, 2024
1 parent df1d40d commit 888379c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ kill_timeout = "5s"
timeout = "2s"
grace_period = "1s"
restart_limit = 0

[[vm]]
size = "shared-cpu-2x"
memory = "1gb"
2 changes: 1 addition & 1 deletion lib/plexus_web/live/admin/app_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule PlexusWeb.Admin.AppLive.Index do
if connected?(socket), do: Apps.subscribe()

{entries, page_metadata} =
[scores: true, order_by: :name, page_size: 10]
[scores: true, order_by: :name, page_size: 9999]
|> Apps.list_apps()
|> Map.pop(:entries)

Expand Down

0 comments on commit 888379c

Please sign in to comment.