mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: new auth
This commit is contained in:
		| @@ -48,10 +48,10 @@ class StatServerJob implements ShouldQueue | ||||
|             // | ||||
|         } | ||||
|  | ||||
|         $data = StatServer::where('record_at', $recordAt) | ||||
|         $data = StatServer::lockForUpdate() | ||||
|             ->where('record_at', $recordAt) | ||||
|             ->where('server_id', $this->server->id) | ||||
|             ->where('server_type', $this->protocol) | ||||
|             ->lockForUpdate() | ||||
|             ->first(); | ||||
|         if ($data) { | ||||
|             try { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user