Skip to content

Commit 0b2ff58

Browse files
committed
Rename to busy_handler_timeout
1 parent b05600e commit 0b2ff58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sqlite3/database.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def readonly?
691691
@readonly
692692
end
693693

694-
def lock_wait_timeout=( milliseconds )
694+
def busy_handler_timeout=( milliseconds )
695695
timeout_seconds = milliseconds.fdiv(1000)
696696
retry_interval = 0.001 # 1 millisecond
697697

0 commit comments

Comments
 (0)