Revision 6fe4baf0 lib/server/masterd.py

b/lib/server/masterd.py
361 361

  
362 362
    """
363 363
    # Queries don't have a job id
364
    proc = mcpu.Processor(self.server.context, None, enable_locks=False)
364
    proc = mcpu.Processor(self.server.context, None)
365 365

  
366 366
    # TODO: Executing an opcode using locks will acquire them in blocking mode.
367 367
    # Consider using a timeout for retries.

Also available in: Unified diff