mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-01-22 02:18:42 -05:00
5 lines
71 B
C
5 lines
71 B
C
#ifndef MAX_HOSTS_H_
|
|
#define MAX_HOSTS_H_
|
|
#define MAX_HOSTS 768
|
|
#endif
|