This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
discourse/plugins/discourse-nginx-performance-report/plugin.rb
2016-07-19 17:18:40 +08:00

8 lines
329 B
Ruby

# name: discourse-nginx-performance-report
# about: Analyzing Discourse Performance using NGINX logs
# version: 0.1
# url: https://github.com/discourse/discourse/tree/master/plugins/discourse-nginx-performance-report
after_initialize do
load File.expand_path("../app/jobs/scheduled/daily_performance_report.rb", __FILE__)
end