Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
8653f31d
Commit
8653f31d
authored
Jun 20, 2011
by
Nick Mathewson
🎨
Browse files
Fix overwide line in config.c
parent
99749936
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/config.c
View file @
8653f31d
...
...
@@ -310,7 +310,7 @@ static config_var_t _option_vars[] = {
OBSOLETE
(
"LogFile"
),
V
(
LogTimeGranularity
,
MSEC_INTERVAL
,
"1 second"
),
V
(
LongLivedPorts
,
CSV
,
"21,22,706,1863,5050,5190,5222,5223,6523,6667,6697,8300"
),
"21,22,706,1863,5050,5190,5222,5223,6523,6667,6697,8300"
),
VAR
(
"MapAddress"
,
LINELIST
,
AddressMap
,
NULL
),
V
(
MaxAdvertisedBandwidth
,
MEMUNIT
,
"1 GB"
),
V
(
MaxCircuitDirtiness
,
INTERVAL
,
"10 minutes"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment