forked from newrelic/centurion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be more conservative when overwriting core lib
This allows more conservation. It avoids developer being bombarded by warnings when used inside another project. It also allows for previous definitions of numeric if a person, inside a project, decides that it is 1_000 bytes in a Kb instead of the correct 1_024. This is generally a better approach to straight up monkey-patching.
- Loading branch information
1 parent
7be66b0
commit be69888
Showing
1 changed file
with
60 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters