Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Dec 12, 2023
1 parent 27b8e6f commit 50009fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flex/interactive/bin/gs_interactive
Original file line number Diff line number Diff line change
Expand Up @@ -728,11 +728,7 @@ function do_gen_conf(){
echo " type: hiactor" >> ${output_config_file}
echo " workers:" >> ${output_config_file}
echo " - localhost:${DATABASE_COMPUTE_ENGINE_PORT}" >> ${output_config_file}
<<<<<<< HEAD
echo " thread_num_per_worker: ${DATABASE_COMPUTE_ENGINE_THREAD_NUM_PER_WORKER}" >> ${output_config_file}
=======
echo " thread_num_per_worker: ${DATABASE_COMPUTE_ENGINE_SHARD_NUM}" >> ${output_config_file}
>>>>>>> origin/fix-interactive


#compiler
Expand Down

0 comments on commit 50009fe

Please sign in to comment.