mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 00:12:43 +01:00
6 lines
119 B
C++
6 lines
119 B
C++
#ifndef __GC_H_INCLUDED
|
|
#define __GC_H_INCLUDED
|
|
|
|
const unsigned int defaultGcLevel = 1000;
|
|
|
|
#endif //__GC_H_INCLUDED
|