We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5aa59e commit 506c05fCopy full SHA for 506c05f
src/peersafe/core/Tuning.h
@@ -22,7 +22,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22
23
namespace ripple {
24
//
25
- int64_t const MAX_CODE_SIZE = 0x6000;
+ int64_t const MAX_CODE_SIZE = std::numeric_limits<std::uint64_t>::max(); //0x6000;
26
27
int64_t const CREATE_DATA_GAS = 200;
28
0 commit comments