Skip to content

Commit

Permalink
Remove MAX_IOCS, estimated from hash size
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Sep 28, 2022
1 parent 29d7bbb commit 709e1fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/directoryServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
#define SIG_LIST "signal.list"
// The suffix of a pv which exists on every ioc in the form 'iocname<suffix>'
#define HEARTBEAT ":heartbeat"
// Next two can be defined to suit your site
// This can be overridden on the command-line with a -h option
#define DEFAULT_HASH_SIZE 300000
#define MAX_IOCS 300

#define HOST_NAME_SZ 80
#define PV_NAME_SZ 80
Expand Down

0 comments on commit 709e1fe

Please sign in to comment.