1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-23 21:57:43 +03:00

feature #203: driver is now multithreaded

This commit is contained in:
Javi Fontan 2010-07-15 11:33:51 +02:00
parent c267a070b8
commit ee459c44c9

View File

@ -39,7 +39,7 @@ require 'sequel'
class AuthorizationManager < OpenNebulaDriver
def initialize
super(1, false)
super(15, true)
config_data=File.read(ETC_LOCATION+'/auth/auth.conf')
STDERR.puts(config_data)