2018-10-15 07:12:25 +08:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-09-17 02:28:26 +08:00
|
|
|
class TeamZipExport < ZipExport
|
2019-04-15 22:38:19 +08:00
|
|
|
def self.exports_limit
|
|
|
|
(Rails.application.secrets.export_all_limit_24h || 3).to_i
|
|
|
|
end
|
2018-09-17 02:28:26 +08:00
|
|
|
end
|