File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,9 +297,9 @@ type Config struct {
297
297
StagingS3MaxParallelFileDownload int `env:"STAGING_S3_MAX_PARALLEL_FILE_DOWNLOAD" envDefault:"2"`
298
298
BackfillStartBlock uint64 `env:"BACKFILL_START_BLOCK"`
299
299
BackfillEndBlock uint64 `env:"BACKFILL_END_BLOCK"`
300
- RPCNumParallelCalls int64 `env:"RPC_NUM_PARALLEL_CALLS" envDefault:"10 "`
301
- RPCBatchSize int64 `env:"RPC_BATCH_SIZE" envDefault:"50 "`
302
- RPCBatchMaxMemoryUsageMB uint64 `env:"RPC_BATCH_MAX_MEMORY_USAGE_MB" envDefault:"200 "`
300
+ RPCNumParallelCalls int64 `env:"RPC_NUM_PARALLEL_CALLS" envDefault:"20 "`
301
+ RPCBatchSize int64 `env:"RPC_BATCH_SIZE" envDefault:"10 "`
302
+ RPCBatchMaxMemoryUsageMB uint64 `env:"RPC_BATCH_MAX_MEMORY_USAGE_MB" envDefault:"32 "`
303
303
ParquetMaxFileSizeMB int64 `env:"PARQUET_MAX_FILE_SIZE_MB" envDefault:"512"`
304
304
}
305
305
You can’t perform that action at this time.
0 commit comments