Skip to content

Commit

Permalink
Update OPCacheTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Oct 27, 2024
1 parent 3f6e12e commit f52e70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dashboards/OPCache/OPCacheTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private function panels(): string {
'Buffer size' => Format::bytes($jit['buffer_size']),
['Used', Format::bytes($jit_used).' ('.$jit_usage.'%)', $jit_usage],
'Free' => Format::bytes($jit['buffer_free']),
'Optimization level' => $jit['optimization_level'],
'Optimization level' => $jit['opt_level'],
],
];
}
Expand Down

0 comments on commit f52e70e

Please sign in to comment.