We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cfe75 commit bdb2b95Copy full SHA for bdb2b95
lib/livebook/file_system/mounter.ex
@@ -27,7 +27,7 @@ defmodule Livebook.FileSystem.Mounter do
27
28
@impl GenServer
29
def handle_continue(:boot, state) do
30
- Hubs.Broadcasts.subscribe([:crud, :file_systems])
+ Hubs.Broadcasts.subscribe([:crud, :file_systems, :connection])
31
Process.send_after(self(), :remount, state.loop_delay)
32
33
{:noreply, mount_file_systems(state, Hubs.Personal.id())}
0 commit comments