This commit is contained in:
2026-07-04 19:27:17 +09:00
parent 34cd5ad2e7
commit ba6a0b2c17
30 changed files with 2935 additions and 247 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ defmodule Rsh26pool.Application do
Rsh26pool.Repo,
{DNSCluster, query: Application.get_env(:rsh26pool, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: Rsh26pool.PubSub},
# Start a worker by calling: Rsh26pool.Worker.start_link(arg)
# {Rsh26pool.Worker, arg},
# Periodically closes rooms that have reached their auto-end time.
Rsh26pool.RoomCloser,
# Start to serve requests, typically the last entry
Rsh26poolWeb.Endpoint
]