Skip to content

Commit

Permalink
Turn off ros3 VFD stat collection by default (#4581)
Browse files Browse the repository at this point in the history
Not a new change - an artifact from a previous check-in.
  • Loading branch information
derobins authored Jun 18, 2024
1 parent 49e3253 commit 82a0ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDros3.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#ifdef H5_HAVE_ROS3_VFD

/* Define to turn on stats collection and reporting */
#define ROS3_STATS
/* #define ROS3_STATS */

/* Max size of the cache, in bytes */
#define ROS3_MAX_CACHE_SIZE 16777216
Expand Down

0 comments on commit 82a0ff1

Please sign in to comment.