Skip to content

Commit

Permalink
Make sure deadlock detection is turned off.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 16, 2022
1 parent bc2dbbc commit 9e33e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/algorand-indexer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/algorand/indexer/idb"
"github.com/algorand/indexer/idb/dummy"
_ "github.com/algorand/indexer/idb/postgres"
_ "github.com/algorand/indexer/util/disable_deadlock"
_ "github.com/algorand/indexer/util/disabledeadlock"
"github.com/algorand/indexer/util/metrics"
"github.com/algorand/indexer/version"
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package disable_deadlock
package disabledeadlock

import "github.com/algorand/go-deadlock"

Expand Down

0 comments on commit 9e33e3b

Please sign in to comment.