Nit.
This commit is contained in:
parent
81e992b5b3
commit
780ce7a492
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ namespace ARMeilleure.Translation.AOT
|
|||
{
|
||||
private const string WorkDir = "RyuAot";
|
||||
|
||||
private const long SaveInterval = 30L; // Seconds.
|
||||
private const int SaveInterval = 30; // Seconds.
|
||||
|
||||
internal const long MinCodeLengthToSave = 0x180L; // Bytes.
|
||||
internal const int MinCodeLengthToSave = 0x180; // Bytes.
|
||||
|
||||
private static readonly MemoryStream _infosStream;
|
||||
private static readonly MemoryStream _codesStream;
|
||||
|
|
Loading…
Add table
Reference in a new issue