mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-02-02 03:38:43 -05:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef MAX_NICENESS_H_
|
|
#define MAX_NICENESS_H_
|
|
|
|
#define MAX_NICENESS 2
|
|
|
|
#endif
|