1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-10 12:24:58 +00:00
Files
6502bench/SourceGen
Andy McFadden 7adec9f725 Increase JSON size limit for project files
The JavaScriptSerializer class throws an exception if the JSON data
exceeds a certain size.  The default limit is 2MB, which is relatively
easy to hit because of the verbosity of the serialized data.

Super Mario Bros needs about 1MB of JSON for a binary with 32KB + gfx.
Using that as a guide, we need 32x the source file size for a
thoroughly-documented project.  We currently limit the max binary size
to 1MB for practical reasons, so a cap of 32MB should cover us.

This change raises the limit to 64MB, with a slightly higher limit on
the deserialization side because we add newlines for readability.

This is more of a workaround than a fix, but it should do for now.

(issue #137)
2023-01-05 08:45:26 -08:00
..
2021-10-23 21:35:30 -07:00
2021-11-14 09:21:15 -08:00
2021-10-16 09:15:28 -07:00
2021-10-23 21:35:30 -07:00
2021-11-04 15:11:59 -07:00
2022-07-31 09:41:37 -07:00
2022-04-06 14:20:11 -07:00
2022-04-29 09:00:01 -07:00
2021-09-30 21:11:26 -07:00
2019-07-20 17:36:12 -07:00
2019-12-04 15:59:37 -08:00
2022-07-31 09:44:35 -07:00
2021-10-04 20:41:19 -07:00
2019-11-08 21:02:15 -08:00
2022-03-02 08:13:46 -08:00
2021-11-17 11:18:23 -08:00
2021-11-25 13:53:25 -08:00
2021-09-30 21:11:26 -07:00
2019-11-01 19:47:56 -07:00
2021-10-07 12:39:30 -07:00
2021-10-07 12:39:30 -07:00
2020-07-16 10:14:28 -07:00
2021-10-04 20:41:19 -07:00
2021-11-02 08:54:07 -07:00