Skip to content

Commit

Permalink
256 block size for perfectionists to be happy ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Nov 15, 2015
1 parent f0667d4 commit 0dd1c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsrc/ActiveXServer/uMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface

const
MAX_EVENT_COUNT = 1000;
BLOCK_SIZE = 255;
BLOCK_SIZE = 256;
dolog = false;

type
Expand Down

0 comments on commit 0dd1c67

Please sign in to comment.