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:
parent
c267a070b8
commit
ee459c44c9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user