Skip to content

Commit

Permalink
fix: Comments should start on new line
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 13, 2024
1 parent 73cf68f commit 27c2757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/femiwiki/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,8 @@
wfLoadExtension( 'Scribunto' );
$wgScribuntoDefaultEngine = 'luasandbox';
$wgScribuntoEngineConf['luasandbox']['cpuLimit'] = 3;
$wgScribuntoEngineConf['luasandbox']['memoryLimit'] = 52428800; # 50 MiB
# 50 MiB
$wgScribuntoEngineConf['luasandbox']['memoryLimit'] = 52428800;

// SecureLinkFixer
wfLoadExtension( 'SecureLinkFixer' );
Expand Down

0 comments on commit 27c2757

Please sign in to comment.