blob: a72e51a2fffcdae2c98f8fa464029dacb69cd41b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __DEFAULTS_H__
#define __DEFAULTS_H__
#define DEFAULT_PENDING_MAX 16
#define DEFAULT_PENDING_TIMEOUT 60
#define DEFAULT_TIMEOUT 900
#define DEFAULT_CACHEMAX 1024
#endif /* __DEFAULTS_H__ */
|