Skip to content

Commit

Permalink
agave: update num-tvu-sockets settings
Browse files Browse the repository at this point in the history
  • Loading branch information
anwayde authored and ptaffet-jump committed Aug 14, 2024
1 parent bd46f45 commit 7848a9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agave
2 changes: 1 addition & 1 deletion src/app/fdctl/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ src/app/fdctl/version.h: src/app/fdctl/version.mk
echo "#define FDCTL_PATCH_VERSION $(FIREDANCER_VERSION_PATCH)UL" >> $@
$(OBJDIR)/obj/app/fdctl/version.d: src/app/fdctl/version.h

.PHONY: fdctl cargo-validator cargo-solana cargo-ledger-tool rust solana check-solana-hash
.PHONY: fdctl cargo-validator cargo-solana cargo-ledger-tool rust solana check-agave-hash

# fdctl core
$(call add-objs,main1 config config_parse caps utility keys ready mem spy help version,fd_fdctl)
Expand Down
2 changes: 1 addition & 1 deletion src/app/fdctl/run/run_agave.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ agave_main( void * args ) {

void
run_agave_cmd_fn( args_t * args,
config_t * const config ) {
config_t * const config ) {
(void)args;

fd_log_thread_set( "agave" );
Expand Down

0 comments on commit 7848a9f

Please sign in to comment.