Skip to content

Commit

Permalink
Decrease possible ids further
Browse files Browse the repository at this point in the history
  • Loading branch information
harunzengin committed Feb 20, 2024
1 parent d619ad8 commit 4d4f58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xandra/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Xandra.Connection do

@forced_transport_options [packet: :raw, mode: :binary, active: false]
@max_concurrent_requests 5000
@possible_ids MapSet.new(1..10000)
@possible_ids MapSet.new(1..6000)

Check warning on line 22 in lib/xandra/connection.ex

View workflow job for this annotation

GitHub Actions / Test (Elixir 1.15.4, OTP 25.3, C* 4.1, Scylla 5.2 (coverage: false)

module attribute @possible_ids was set but never used

Check warning on line 22 in lib/xandra/connection.ex

View workflow job for this annotation

GitHub Actions / Test (Elixir 1.15.4, OTP 25.3, C* 4.1, Scylla 5.2 (coverage: false)

module attribute @possible_ids was set but never used

require Logger

Expand Down

0 comments on commit 4d4f58e

Please sign in to comment.