Skip to content

Commit

Permalink
chore: temporarily comment out code
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 31, 2024
1 parent 8e57129 commit e2e2fd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/cord/server/spawn/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ M.spawn = async.wrap(function(client_id, pipe_path, exec_path)
client_id,
'-t',
require('cord.plugin.config').opts.advanced.server.timeout,
'-r',
require('cord.plugin.config').opts.advanced.discord.reconnect_interval,
-- todo: uncomment on new release
-- '-r',
-- require('cord.plugin.config').opts.advanced.discord.reconnect_interval,
},
on_stdout = function(data)
if data:match 'Ready' then resolve(false) end
Expand Down

0 comments on commit e2e2fd3

Please sign in to comment.