Entropy/Socket Interface:
- switch default port from 999 to 1026 (unprivileged) git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1981 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -749,7 +749,7 @@ def const_defaultSettings(rootdir):
|
||||
|
||||
'socket_service': {
|
||||
'hostname': "localhost",
|
||||
'port': 999,
|
||||
'port': 1026,
|
||||
'timeout': 200,
|
||||
'threads': 5,
|
||||
'session_ttl': 120,
|
||||
|
||||
Reference in New Issue
Block a user