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:
lxnay
2008-05-27 10:58:39 +00:00
parent 92680485d1
commit f0f1e48249
+1 -1
View File
@@ -749,7 +749,7 @@ def const_defaultSettings(rootdir):
'socket_service': {
'hostname': "localhost",
'port': 999,
'port': 1026,
'timeout': 200,
'threads': 5,
'session_ttl': 120,