We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf10c9d commit 5963ee7Copy full SHA for 5963ee7
console/network/src/lib.rs
@@ -196,7 +196,7 @@ pub trait Network:
196
const MAX_RECORD_ENTRIES: usize = Self::MIN_RECORD_ENTRIES.saturating_add(Self::MAX_DATA_ENTRIES);
197
198
/// The maximum program size by number of characters.
199
- const MAX_PROGRAM_SIZE: usize = 100_000; // 100 KB
+ const MAX_PROGRAM_SIZE: usize = 100_000; // 100 kB
200
201
/// The maximum number of mappings in a program.
202
const MAX_MAPPINGS: usize = 31;
0 commit comments