Skip to content

Commit 0ab2f04

Browse files
authored
change binary image count (#9267)
1 parent 2e2da71 commit 0ab2f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
__BEGIN_DECLS
2525

26-
// Typically, apps seem to have ~300 binary images loaded
27-
#define CLS_BINARY_IMAGE_RUNTIME_NODE_COUNT (512)
26+
// Typically, apps seem to have ~700 binary images loaded
27+
#define CLS_BINARY_IMAGE_RUNTIME_NODE_COUNT (1024)
2828
#define CLS_BINARY_IMAGE_RUNTIME_NODE_NAME_SIZE (32)
2929
#define CLS_BINARY_IMAGE_RUNTIME_NODE_RECORD_NAME 0
3030

0 commit comments

Comments
 (0)