Changeset 740 for vendor/current/source3/include/local.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/local.h
r597 r740 9 9 #ifndef WORKGROUP 10 10 #define WORKGROUP "WORKGROUP" 11 #endif12 13 /* the maximum debug level to compile into the code. This assumes a good14 optimising compiler that can remove unused code15 for embedded or low-memory systems set this to a value like 2 to get16 only important messages. This gives *much* smaller binaries17 */18 #ifndef MAX_DEBUG_LEVEL19 #define MAX_DEBUG_LEVEL 100020 11 #endif 21 12 … … 51 42 /* maximum number of file caches per smbd */ 52 43 #define MAX_WRITE_CACHES 10 53 54 /* define what facility to use for syslog */55 #ifndef SYSLOG_FACILITY56 #define SYSLOG_FACILITY LOG_DAEMON57 #endif58 44 59 45 /* … … 241 227 #define WINBIND_SERVER_MUTEX_WAIT_TIME (( ((NUM_CLI_AUTH_CONNECT_RETRIES) * ((CLI_AUTH_TIMEOUT)/1000)) + 5)*2) 242 228 243 /* Max number of simultaneous winbindd socket connections. */244 #define WINBINDD_MAX_SIMULTANEOUS_CLIENTS 200245 246 229 /* Buffer size to use when printing backtraces */ 247 230 #define BACKTRACE_STACK_SIZE 64 … … 276 259 #define MAX_RPC_DATA_SIZE (15*1024*1024) 277 260 278 #endif 261 #define CLIENT_NDR_PADDING_SIZE 8 262 #define SERVER_NDR_PADDING_SIZE 8 263 264 #define DEFAULT_SMB2_MAX_READ (1024*1024) 265 #define DEFAULT_SMB2_MAX_WRITE (1024*1024) 266 #define DEFAULT_SMB2_MAX_TRANSACT (1024*1024) 267 #define DEFAULT_SMB2_MAX_CREDITS 8192 268 #define DEFAULT_SMB2_MAX_CREDIT_BITMAP_FACTOR 2 269 270 #endif
Note:
See TracChangeset
for help on using the changeset viewer.