Skip to content

Commit

Permalink
CoreDb: Turn off API tracking
Browse files Browse the repository at this point in the history
why:
  CI would ot go through. Was accidentally turned on.
  • Loading branch information
mjfh committed Mar 14, 2024
1 parent 5401977 commit f80ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimbus/db/core_db/base.nim
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const
ProvideLegacyAPI = true
## Enable legacy API. For now everybody would want this enabled.

EnableApiTracking = false or true
EnableApiTracking = false
## When enabled, functions using this tracking facility need to import
## `chronicles`, as well. Tracking is enabled by setting `true` the flags
## `trackLegaApi` and/or `trackNewApi` in the `CoreDxTxRef` descriptor.
Expand Down

0 comments on commit f80ecba

Please sign in to comment.