Skip to content

Commit

Permalink
Solved conflicts. Remove code related to 'slave commit size'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Mar 22, 2021
1 parent 5c8c485 commit 238483c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions src/gvmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2086,15 +2086,9 @@ gvmd (int argc, char** argv)

set_schedule_timeout (schedule_timeout);

<<<<<<< HEAD
=======
/* Set the connection auto retry */
set_scanner_connection_retry (scanner_connection_retry);

/* Set slave commit size */
set_slave_commit_size (slave_commit_size);

>>>>>>> 9c5893eb1... Set scanner_connection_retry at start
/* Set SecInfo update commit size */

set_secinfo_commit_size (secinfo_commit_size);
Expand Down
8 changes: 0 additions & 8 deletions src/manage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2466,19 +2466,11 @@ manage_system_report (const char *, const char *, const char *, const char *,

/* Scanners. */

<<<<<<< HEAD
=======
/**
* @brief Default for slave update commit size.
*/
#define SLAVE_COMMIT_SIZE_DEFAULT 0

/**
* @brief Default for max auto retry on connection to scanner lost.
*/
#define SCANNER_CONNECTION_RETRY_DEFAULT 3

>>>>>>> 3428320cf... Add gvmd option 'scanner-connection-retry'
int
manage_create_scanner (GSList *, const db_conn_info_t *, const char *,
const char *, const char *, const char *, const char *,
Expand Down

0 comments on commit 238483c

Please sign in to comment.