Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F param #2869

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

F param #2869

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/main/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ export const MINIMUM_AMOUNT_OF_RAM_FOR_RTS_FLAGS = 16 * 1024 * 1024 * 1024; // 1
export const MOCK_TOKEN_METADATA_SERVER_URL = 'http://localhost';
export const MOCK_TOKEN_METADATA_SERVER_PORT =
process.env.MOCK_TOKEN_METADATA_SERVER_PORT || 0;
export const RTS_FLAGS = ['-c'];
export const RTS_FLAGS = ['-c', '-F1.25'];