Skip to content

Commit

Permalink
Optimise stat keys to symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFenelon committed Sep 18, 2024
1 parent ca9be32 commit c356cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphiti/scope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Scope
attr_accessor :object, :unpaginated_object
attr_reader :pagination

GLOBAL_THREAD_POOL_EXECUTOR_BROADCAST_STATS = %w[
GLOBAL_THREAD_POOL_EXECUTOR_BROADCAST_STATS = %i[
length max_length queue_length max_queue completed_task_count largest_length scheduled_task_count synchronous
]
GLOBAL_THREAD_POOL_EXECUTOR = Concurrent::Promises.delay do
Expand Down

0 comments on commit c356cc0

Please # to comment.