Created
January 27, 2023 15:38
-
-
Save nrb/ba1ab278ac947e1a7e8c2ca5ca545c56 to your computer and use it in GitHub Desktop.
GoLand build/debug settigns for KCP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="RunManager" selected="Go Build.kcp"> | |
<configuration name="kcp" type="GoApplicationRunConfiguration" factoryName="Go Application"> | |
<module name="kcp" /> | |
<working_directory value="$PROJECT_DIR$" /> | |
<parameters value="start -v=2 --token-auth-file=test/e2e/framework/auth-tokens.csv --profiler-address=:6060 --audit-log-path=.kcp/audit.log --audit-log-maxsize=1024 --audit-log-mode=batch --audit-log-batch-max-wait=1s --audit-log-batch-max-size=1000 --audit-log-batch-buffer-size=10000 --audit-log-batch-throttle-burst=15 --audit-log-batch-throttle-enable=true --audit-log-batch-throttle-qps=10 --audit-policy-file=.kcp/audit-policy.yaml" /> | |
<envs> | |
<env name="UNSAFE_E2E_HACK_DISABLE_ETCD_FSYNC" value="1" /> | |
</envs> | |
<kind value="PACKAGE" /> | |
<package value="github.com/kcp-dev/kcp/cmd/kcp" /> | |
<directory value="$PROJECT_DIR$" /> | |
<filePath value="$PROJECT_DIR$" /> | |
</configuration> | |
</component> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment