diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rss.hard.erb | 1 | ||||
-rw-r--r-- | templates/rss.soft.erb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/rss.hard.erb b/templates/rss.hard.erb new file mode 100644 index 0000000..31a8030 --- /dev/null +++ b/templates/rss.hard.erb @@ -0,0 +1 @@ +<%= memory_limit.to_i * 1_000_000 / 4096 %> diff --git a/templates/rss.soft.erb b/templates/rss.soft.erb new file mode 100644 index 0000000..31a8030 --- /dev/null +++ b/templates/rss.soft.erb @@ -0,0 +1 @@ +<%= memory_limit.to_i * 1_000_000 / 4096 %> |