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 e11b977 commit 62b2c77Copy full SHA for 62b2c77
lib/graphql/analysis/visitor.rb
@@ -25,7 +25,7 @@ def initialize(query:, analyzers:, timeout:)
25
@response_path = []
26
@skip_stack = [false]
27
@timeout_time = if timeout
28
- Process.clock_gettime(:CLOCK_MONOTONIC, :float_second) + timeout
+ Process.clock_gettime(Process::CLOCK_MONOTONIC, :float_second) + timeout
29
else
30
Float::INFINITY
31
end
0 commit comments