Skip to content

Commit ef19ad0

Browse files
committed
Sleep for 60 microseconds
1 parent 81d2cb0 commit ef19ad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/enhanced_sqlite3/adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def configure_busy_handler_timeout
3737

3838
timeout = self.class.type_cast_config_to_integer(@config[:timeout])
3939
timeout_seconds = timeout.fdiv(1000)
40-
retry_interval = 1.0e-9 # 1 nanosecond
40+
retry_interval = 6e-5 # 60 microseconds
4141

4242
@raw_connection.busy_handler do |count|
4343
timed_out = false

0 commit comments

Comments
 (0)