myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2226] branches/apace/config/default_settings.yml


From: noreply
Subject: [myexperiment-hackers] [2226] branches/apace/config/default_settings.yml: nil->null.
Date: Thu, 11 Jun 2009 10:19:30 -0400 (EDT)

Revision
2226
Author
dtm
Date
2009-06-11 10:19:30 -0400 (Thu, 11 Jun 2009)

Log Message

nil->null.

Modified Paths

Diff

Modified: branches/apace/config/default_settings.yml (2225 => 2226)


--- branches/apace/config/default_settings.yml	2009-06-11 13:53:57 UTC (rev 2225)
+++ branches/apace/config/default_settings.yml	2009-06-11 14:19:30 UTC (rev 2226)
@@ -280,26 +280,26 @@
 #               new limit is created)  
 #
 # max_value - Absolute maximum allowance for the feature (this can't be
-#             exceeded after any promotions); 'nil' for always increasing
+#             exceeded after any promotions); 'null' for always increasing
 #             allowance
 #
 # frequency (in hours) - The time period over which the allowance is given; for
 #                        example 5 messages (allowance) for 24 hours
-#                        (frequency) 'nil' for non-periodic limits (i.e. limits
+#                        (frequency) 'null' for non-periodic limits (i.e. limits
 #                        which won't have their counters reset every
 #                        <frequency> hours)
 #
 # promote_every (in days) -  Every <X> days the user will be promoted to the
 #                            new level, where the allowance per frequency
 #                            period will be adjusted by promote_increment;
-#                            'nil' to indicate that promotion should never
+#                            'null' to indicate that promotion should never
 #                            happen
 #
 # promote_increment - Should be positive; 0 to indicate that promotion
 #                     shouldn't expand the allowance (why would this be
-#                     useful?) 'nil' to perform a one-time promotion by setting
-#                     the limit to whatever the value of max_value is; 'nil'
-#                     when the max_value is also 'nil' makes the feature
+#                     useful?) 'null' to perform a one-time promotion by setting
+#                     the limit to whatever the value of max_value is; 'null'
+#                     when the max_value is also 'null' makes the feature
 #                     unlimited.
 
 activity_limits:
@@ -315,10 +315,10 @@
   user_invite:
 
     start_value:       20
-    max_value:         nil
+    max_value:         null
     frequency:         24 # hours
-    promote_every:     nil # days
-    promote_increment: nil
+    promote_every:     null # days
+    promote_increment: null
 
   group_invite:
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]